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