mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-02 23:12:56 +00:00
language/twig: add treesitter, LSP, diagnostics, and formatting support.
Due to better tools like twig-cs-fixer and curlylint not beeing packaged in nix, this uses worse alterantives.
This commit is contained in:
parent
c07410f183
commit
cee920622d
4 changed files with 127 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ isMaximal: {
|
|||
tailwind.enable = false;
|
||||
svelte.enable = false;
|
||||
tera.enable = false;
|
||||
twig.enable = false;
|
||||
|
||||
# Nim LSP is broken on Darwin and therefore
|
||||
# should be disabled by default. Users may still enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue