mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add nvim-treesitter configs
This commit is contained in:
@@ -296,9 +296,13 @@ in
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
completion-nvim
|
||||
gruvbox
|
||||
# gruvbox-nvim # TODO: Not working for some reason?
|
||||
# lush-nvim # required by gruvbox-nvim
|
||||
lualine-nvim
|
||||
nerdtree
|
||||
nvim-lspconfig
|
||||
nvim-treesitter
|
||||
nvim-ts-rainbow
|
||||
rust-vim
|
||||
supertab
|
||||
syntastic
|
||||
@@ -316,6 +320,7 @@ in
|
||||
vim-repeat
|
||||
vim-sneak
|
||||
vim-surround
|
||||
vim-signify
|
||||
vim-terraform
|
||||
];
|
||||
|
||||
@@ -329,6 +334,6 @@ in
|
||||
|
||||
};
|
||||
|
||||
home.file.".config/srv/config.yml".source = ./srv/config.yml;
|
||||
home.file.".config/nvim/init2.lua".source = ./nvim/init2.lua;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user