This commit is contained in:
mjhika 2023-09-26 12:53:20 -04:00
parent 015c6f609e
commit 1df6a27344
2 changed files with 5 additions and 1 deletions

View File

@ -171,7 +171,7 @@ require('nvim-treesitter.configs').setup {
'c', 'go', 'gomod',
'gosum', 'gowork', 'lua',
'vimdoc', 'vim', 'clojure',
'commonlisp', 'ocaml' },
'commonlisp', 'ocaml', 'zig' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = true,
@ -294,6 +294,7 @@ local servers = {
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
clojure_lsp = {},
ocamllsp = {},
zls = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },

View File

@ -0,0 +1,3 @@
return {
"ziglang/zig.vim"
}