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