feat: vim lsp setup
This commit is contained in:
parent
671533f47c
commit
784a2b72ed
2 changed files with 65 additions and 4 deletions
|
@ -14,6 +14,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
lua-language-server
|
||||
nil
|
||||
pyright
|
||||
rust-analyzer
|
||||
|
@ -29,6 +30,7 @@ in
|
|||
bufferline-nvim
|
||||
catppuccin-nvim
|
||||
lualine-nvim
|
||||
nvim-tree-lua
|
||||
nvim-lspconfig
|
||||
telescope-nvim
|
||||
nvim-web-devicons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue