[nvim] Sets up LazyVim and Nerd font.

This commit is contained in:
2025-02-07 20:59:56 -08:00
parent bbaa20a515
commit 30ee2b7c7e
16 changed files with 294 additions and 114 deletions

View File

@@ -18,8 +18,8 @@ in
defaultEditor = true;
plugins = with pkgs.vimPlugins; [
# lazy-nvim
# treesitterWithGrammars
lazy-nvim
# surround-nvim
# telescope-nvim
# plenary-nvim # dependency of telescope
@@ -33,6 +33,10 @@ in
ripgrep # Search support
wayclip # Clipboard support
fd # finder for telescope
fzf # Fuzzy finder
lazygit # LazyVim dep?
wget # LazyVim dep?
sqlite # For Snacks
];
};