diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-19 13:09:21 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-19 13:09:21 +0100 |
| commit | 71a7b74b19df6f4c2690c82947cc477d431afba8 (patch) | |
| tree | c967c9a41c8da689d7aea5aa0f1583eb5237cfed /modules/home | |
| parent | ab3cc9209073cef941fe7b6688faa5780d20a48e (diff) | |
Added c language server support to nvim
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index dc6e173..e7d2a07 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -15,7 +15,7 @@ plugins = with pkgs.vimPlugins; [ vimtex - (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex ])) # Syntax highlighting + language servers + (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex p.c ])) # Syntax highlighting + language servers telescope-nvim # File search plenary-nvim # Lua functions which-key-nvim # Keybind suggestions |
