mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
13 lines
221 B
Nix
13 lines
221 B
Nix
{
|
|
plugins = {
|
|
treesitter = {
|
|
enable = true;
|
|
folding = true;
|
|
settings = {
|
|
highlight.enable = true;
|
|
indent.enable = true;
|
|
};
|
|
};
|
|
treesitter-context.enable = true;
|
|
};
|
|
}
|