diff --git a/.config/nvim/lua/plugins/extras/lang/web/graphql.lua b/.config/nvim/lua/plugins/extras/lang/web/graphql.lua index 744ffbff..8c211346 100644 --- a/.config/nvim/lua/plugins/extras/lang/web/graphql.lua +++ b/.config/nvim/lua/plugins/extras/lang/web/graphql.lua @@ -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" }, }, }, },