DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
5fe999eeabe34a1df6a0a13068074d675ac0ae6a
nvim-flake
/
config
/
plugins
/treesitter.nix
-rw-r--r--
53 bytes
View
Log
Blame
View raw
Permalink
5fe999ee
—
Jonni Liljamo
feat(tiny-code-action): disable for now, build fails
4 days ago
f7f48168
Jonni Liljamo
7 months ago
1
2
3
4
5
{
plugins
.
treesitter
=
{
enable
=
true
;
};
}