vim: fix breaking change
This commit is contained in:
parent
6bce12a461
commit
e90048ebda
@ -10,9 +10,9 @@ local servers = {
|
|||||||
"pyright",
|
"pyright",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
"rnix",
|
"rnix",
|
||||||
"sumneko_lua",
|
"lua_ls",
|
||||||
"marksman",
|
"marksman",
|
||||||
"sqls",
|
"sqlls",
|
||||||
"terraformls",
|
"terraformls",
|
||||||
"tflint",
|
"tflint",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
|
@ -32,5 +32,4 @@ configs.setup({
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local ft_to_parser = require"nvim-treesitter.parsers".filetype_to_parsername
|
vim.treesitter.language.register("nomad","hcl")
|
||||||
ft_to_parser.nomad = "hcl"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user