summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/graphql.lua
blob: 30bddcc4516153164ea968b402df4c82576ab6f8 (plain)
1
2
3
4
require("lang.graphql").format()
require("lang.graphql").lint()
require("lang.graphql").lsp()
require("lang.graphql").dap()