diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:35:33 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:35:33 +0100 |
| commit | 74504f3fbd9ad6fff91c195fd296a877c68d85d6 (patch) | |
| tree | f22b5fe1912fe5335052cc84e6a44144bca35344 | |
| parent | de24cf96f0e367639dceb7980528d99e574923c3 (diff) | |
added missing packages
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 0f1c339..95ad476 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -13,6 +13,14 @@ alejandra black shfmt + + # Language servers + lua-language-server + nil + rust-analyzer + pyright + bash-language-server + texlab ]; ################################################# @@ -71,6 +79,9 @@ nvim-cmp cmp-nvim-lsp cmp_luasnip + + # Formatting + conform-nvim ]; ################################################# |
