diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index de94759..f759b02 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,12 +1,14 @@ local lsp_servers = { "lua_ls", - -- "nil_ls", -- nix + "nil_ls", -- nix "rust_analyzer", "gopls", "pyright", "bashls", "ts_ls", "marksman", + "taplo", + "yamlls", } return {