mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
20 lines
345 B
Nix
20 lines
345 B
Nix
{pkgs, ...}:
|
|
{
|
|
base = with pkgs.vimPlugins; [
|
|
diffview-nvim
|
|
gitsigns-nvim
|
|
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
|
|
];
|
|
}
|