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