mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 23:45:31 +00:00
languages/graphql: add graphql support
Adds a lsp for graphql, adds prettier formatters and treesitter grammar
This commit is contained in:
parent
e2b3daa6f8
commit
1d53ff15b1
4 changed files with 115 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ isMaximal: {
|
|||
enable = isMaximal;
|
||||
crates.enable = isMaximal;
|
||||
};
|
||||
graphql.enable = isMaximal;
|
||||
|
||||
# Language modules that are not as common.
|
||||
assembly.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue