DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
f7f48168007b68f9689098d736e2835c714f29a7
nvim-flake
/
config
/
plugins
/treesitter.nix
-rw-r--r--
53 bytes
View
Log
Blame
View raw
Permalink
f7f48168
—
Jonni Liljamo
feat: add treesitter
5 months ago
f7f48168
Jonni Liljamo
5 months ago
1
2
3
4
5
{
plugins
.
treesitter
=
{
enable
=
true
;
};
}