⚙️ config(nvim): add js and jsreact to graphql ft

This commit is contained in:
Sergio Laín 2023-12-16 18:19:49 +01:00
parent 44312e16bb
commit 50016f5c16
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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" },
},
},
},