mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Clean up rice
This commit is contained in:
parent
50ac04fdb9
commit
f66e3dde6a
15 changed files with 317 additions and 629 deletions
25
plugins.nix
25
plugins.nix
|
|
@ -1,19 +1,20 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
base = with pkgs.vimPlugins; [
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
toggleterm-nvim
|
||||
mini-nvim
|
||||
];
|
||||
extra = with pkgs.vimPlugins; [
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
gitsigns-nvim
|
||||
oil-nvim
|
||||
nvim-lspconfig
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-treesitter-textobjects
|
||||
vim-nix
|
||||
mini-nvim
|
||||
neogit
|
||||
nvim-lspconfig
|
||||
nvim-treesitter-textobjects
|
||||
nvim-treesitter.withAllGrammars
|
||||
oil-nvim
|
||||
refactoring-nvim
|
||||
rose-pine
|
||||
telescope-fzf-native-nvim
|
||||
telescope-nvim
|
||||
toggleterm-nvim
|
||||
undotree
|
||||
vim-nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue