neovim new config
This commit is contained in:
parent
763bbf5cc1
commit
315e988734
50 changed files with 739 additions and 52 deletions
20
home/afoucaultc/packages/neovim/plugins/treesitter.nix
Normal file
20
home/afoucaultc/packages/neovim/plugins/treesitter.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
settings.ensure_installed = [
|
||||
"nix"
|
||||
"lua"
|
||||
"python"
|
||||
"latex"
|
||||
"vim"
|
||||
"vimdoc"
|
||||
"markdown_inline"
|
||||
"regex"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue