add zig
This commit is contained in:
parent
015c6f609e
commit
1df6a27344
3
init.lua
3
init.lua
|
@ -171,7 +171,7 @@ require('nvim-treesitter.configs').setup {
|
||||||
'c', 'go', 'gomod',
|
'c', 'go', 'gomod',
|
||||||
'gosum', 'gowork', 'lua',
|
'gosum', 'gowork', 'lua',
|
||||||
'vimdoc', 'vim', 'clojure',
|
'vimdoc', 'vim', 'clojure',
|
||||||
'commonlisp', 'ocaml' },
|
'commonlisp', 'ocaml', 'zig' },
|
||||||
|
|
||||||
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
@ -294,6 +294,7 @@ local servers = {
|
||||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
clojure_lsp = {},
|
clojure_lsp = {},
|
||||||
ocamllsp = {},
|
ocamllsp = {},
|
||||||
|
zls = {},
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
workspace = { checkThirdParty = false },
|
workspace = { checkThirdParty = false },
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
"ziglang/zig.vim"
|
||||||
|
}
|
Loading…
Reference in New Issue