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