⚙️ config(nvim): add js and jsreact to graphql ft
This commit is contained in:
parent
44312e16bb
commit
50016f5c16
1 changed files with 1 additions and 2 deletions
|
@ -11,10 +11,9 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
dependencies = {},
|
||||
opts = {
|
||||
-- make sure mason installs the server
|
||||
servers = {
|
||||
graphql = {
|
||||
filetypes = { "graphql", "typescript", "typescriptreact" },
|
||||
filetypes = { "graphql", "javascript", "javascriptreact", "typescript", "typescriptreact" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue