WIP: Switch to NixOS #5
2 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ require("mason-lspconfig").setup({automatic_installation = true})
|
||||||
lspconfig.tsserver.setup {{}, on_attach = M.lsp_map_keys}
|
lspconfig.tsserver.setup {{}, on_attach = M.lsp_map_keys}
|
||||||
lspconfig.yamlls.setup {{}, on_attach = M.lsp_map_keys}
|
lspconfig.yamlls.setup {{}, on_attach = M.lsp_map_keys}
|
||||||
lspconfig.jsonls.setup {{}, on_attach = M.lsp_map_keys}
|
lspconfig.jsonls.setup {{}, on_attach = M.lsp_map_keys}
|
||||||
|
lspconfig.html.setup {{}, on_attach = M.lsp_map_keys}
|
||||||
|
|
||||||
lspconfig.sumneko_lua.setup {
|
lspconfig.sumneko_lua.setup {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -106,7 +106,7 @@ sdotdrop() { source $DOTREPO/secrets/secrets && sudo -E $DOTREPO/dotdrop/dotdrop
|
||||||
updatesecrets() { bash $DOTREPO/secrets/secrets.sh; chmod 600 $DOTREPO/secrets/secrets }
|
updatesecrets() { bash $DOTREPO/secrets/secrets.sh; chmod 600 $DOTREPO/secrets/secrets }
|
||||||
compdef _dotdrop-completion.zsh sdotdrop
|
compdef _dotdrop-completion.zsh sdotdrop
|
||||||
alias dotgit='git -C $DOTREPO'
|
alias dotgit='git -C $DOTREPO'
|
||||||
dotsync() { cd $DOTREPO && gpull && ga && gc && gpush && cd $OLDPWD }
|
dotsync() { cd $DOTREPO && gac && gpull && gpush && cd $OLDPWD }
|
||||||
|
|
||||||
# sync password manager
|
# sync password manager
|
||||||
passync() { pass git pull && pass git push && updatesecrets }
|
passync() { pass git pull && pass git push && updatesecrets }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue