Remove some Vim plugins

I'm not sure if or how much I use these.
This commit is contained in:
Oliver Davies 2025-05-20 22:28:40 +01:00
parent 724753327c
commit 59fd01f155
2 changed files with 5 additions and 8 deletions

View file

@ -32,13 +32,6 @@ in
refactoring-nvim
undotree
vim-nix
vim-pasta
vim-repeat
vim-sleuth
vim-textobj-indent
vim-textobj-user
vim-textobj-xmlattr
vim-unimpaired
# Testing
vim-test
@ -109,7 +102,6 @@ in
nvim-cmp
# Snippets
friendly-snippets
luasnip
# Telescope
@ -129,6 +121,10 @@ in
# Themes
catppuccin-nvim
];
extraPackages = with pkgs; [
ripgrep
];
};
xdg.configFile.nvim = {