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