diff --git a/nvim/lua/config/lsp.lua b/nvim/lua/config/lsp.lua index 2f6bd85..c7ee8ec 100644 --- a/nvim/lua/config/lsp.lua +++ b/nvim/lua/config/lsp.lua @@ -70,3 +70,5 @@ lspconfig.lua_ls.setup { Lua = {} } } + +lspconfig.nixd.setup { capabilities = capabilities } diff --git a/zshrc b/zshrc index b1af505..3df2a87 100644 --- a/zshrc +++ b/zshrc @@ -36,6 +36,7 @@ alias vim=nvim alias t=tmux alias se=sudoedit alias s=sudo +alias nrs="sudo nixos-rebuild switch" export PATH=$PATH:/home/yt/.cargo/bin export EDITOR=nvim @@ -105,8 +106,6 @@ zinit light Aloxaf/fzf-tab zinit light z-shell/zsh-eza zinit snippet OMZP::git zinit snippet OMZP::sudo -zinit snippet OMZP::archlinux -zinit snippet OMZP::command-not-found zinit snippet OMZP::colored-man-pages # load completions