DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
8b63487eaa126b49944ade25fd9279483cef2a8a
nvim-flake
/
config
/
plugins
/treesitter.nix
-rw-r--r--
91 bytes
View
Log
Blame
View raw
Permalink
8b63487e
—
Jonni Liljamo
feat(lsp-{lines,signatures}): init
a month ago
1
2
3
4
5
6
{
plugins
.
treesitter
=
{
enable
=
true
;
settings
.
highlight
.
enable
=
true
;
};
}