DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
29546bc79f27231f619589714a04988fb4e04257
nvim-flake
/
config
/
plugins
/treesitter.nix
-rw-r--r--
53 bytes
View
Log
Blame
View raw
Permalink
29546bc7
—
Jonni Liljamo
chore: update flake inputs
23 hours ago
1
2
3
4
5
{
plugins
.
treesitter
=
{
enable
=
true
;
};
}