DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
377b0f4065291251cbd189fa0bd586d939af75c8
nvim-flake
/
config
/
plugins
/treesitter.nix
-rw-r--r--
91 bytes
View
Log
Blame
View raw
Permalink
377b0f40
—
Jonni Liljamo
feat(telescope): theming changes
a month ago
1
2
3
4
5
6
{
plugins
.
treesitter
=
{
enable
=
true
;
settings
.
highlight
.
enable
=
true
;
};
}