init
This commit is contained in:
22
nvim/lua/plugins/extras/lang/web/graphql.lua
Normal file
22
nvim/lua/plugins/extras/lang/web/graphql.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
return {
|
||||
{ import = "plugins.extras.lang.web.typescript-extended" },
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"graphql-language-service-cli",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {},
|
||||
opts = {
|
||||
servers = {
|
||||
graphql = {
|
||||
filetypes = { "graphql", "javascript", "javascriptreact", "typescript", "typescriptreact" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user