update stuff
This commit is contained in:
parent
e5b97afe11
commit
e38b71cca9
4 changed files with 9 additions and 2 deletions
|
@ -39,6 +39,7 @@ setpath ~/Library/Python/3.7/bin
|
||||||
setpath ~/.radicle/bin
|
setpath ~/.radicle/bin
|
||||||
setpath ~/.edgedb/bin
|
setpath ~/.edgedb/bin
|
||||||
setpath ~/.fly/bin
|
setpath ~/.fly/bin
|
||||||
|
setpath ~/.nimble/bin
|
||||||
|
|
||||||
# zoxide setup
|
# zoxide setup
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
(after! lsp-mode
|
(after! lsp-mode
|
||||||
(setq lsp-ui-sideline-show-code-actions nil))
|
(setq lsp-ui-sideline-show-code-actions nil))
|
||||||
|
|
||||||
|
;; Enable prettier in RJSX-mode
|
||||||
|
(add-hook 'rjsx-mode-hook 'prettier-js-mode)
|
||||||
|
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
||||||
|
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
|
||||||
|
|
||||||
;; Make Monky communicate via cmdserver
|
;; Make Monky communicate via cmdserver
|
||||||
(setq monky-process-type 'cmdserver)
|
(setq monky-process-type 'cmdserver)
|
||||||
|
|
||||||
|
|
|
@ -11,3 +11,4 @@
|
||||||
(package! gruvbox-theme)
|
(package! gruvbox-theme)
|
||||||
(package! org-pomodoro)
|
(package! org-pomodoro)
|
||||||
(package! doom-themes)
|
(package! doom-themes)
|
||||||
|
(package! prettier-js)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = ana
|
name = mokou
|
||||||
email = ana@ana.st
|
email = mokou@fastmail.com
|
||||||
signingkey = 0x6F33B647A7AC80CE
|
signingkey = 0x6F33B647A7AC80CE
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
Loading…
Add table
Reference in a new issue