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