Remove some Vim plugins
I'm not sure if or how much I use these.
This commit is contained in:
parent
724753327c
commit
59fd01f155
2 changed files with 5 additions and 8 deletions
|
@ -55,6 +55,7 @@
|
|||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
lua54Packages.luacheck
|
||||
just
|
||||
nixd
|
||||
];
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue