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 {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
lua54Packages.luacheck
|
lua54Packages.luacheck
|
||||||
|
just
|
||||||
nixd
|
nixd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,13 +32,6 @@ in
|
||||||
refactoring-nvim
|
refactoring-nvim
|
||||||
undotree
|
undotree
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-pasta
|
|
||||||
vim-repeat
|
|
||||||
vim-sleuth
|
|
||||||
vim-textobj-indent
|
|
||||||
vim-textobj-user
|
|
||||||
vim-textobj-xmlattr
|
|
||||||
vim-unimpaired
|
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
vim-test
|
vim-test
|
||||||
|
@ -109,7 +102,6 @@ in
|
||||||
nvim-cmp
|
nvim-cmp
|
||||||
|
|
||||||
# Snippets
|
# Snippets
|
||||||
friendly-snippets
|
|
||||||
luasnip
|
luasnip
|
||||||
|
|
||||||
# Telescope
|
# Telescope
|
||||||
|
@ -129,6 +121,10 @@ in
|
||||||
# Themes
|
# Themes
|
||||||
catppuccin-nvim
|
catppuccin-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
ripgrep
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile.nvim = {
|
xdg.configFile.nvim = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue