[nvim] Sets up LazyVim and Nerd font.
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user