summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index fc99a7d..f58ac1c 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -35,7 +35,9 @@ in
mini-extra
mini-icons
plenary-nvim # UI library
+ nui-nvim # Other UI library
actions-preview-nvim # Preview lsp actions
+ neo-tree-nvim
# Completion Plugins
blink-cmp
@@ -49,6 +51,7 @@ in
zoxide-vim
vim-nix # Indentation for nix files
calendar-vim
+ comment-box-nvim
# Git Plugins
mini-git
@@ -65,17 +68,18 @@ in
cellular-automaton-nvim # Fun useless plugin.
# Colorschemes
- mini-base16
nightfox-nvim
vim-gruvbox8
+ oxocarbon-nvim
];
};
luaFiles = [./config/init.lua];
extraBinPath = with pkgs; [
# LSP Servers
- lua-language-server
- marksman
- nixd
+ lua-language-server # LS for Lua
+ marksman # LS for Markdown
+ nixd # LS for Nix
+ ccls # LS for C languages
# Extra Utils
ripgrep