this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: add list of lang servers to ensure installed

+8 -1
+8 -1
vim/astronvim/init.lua
··· 73 73 ensure_installed = { "lua" }, 74 74 }, 75 75 ["nvim-lsp-installer"] = { 76 - ensure_installed = { "sumneko_lua" }, 76 + ensure_installed = { 77 + "sumneko_lua", 78 + "tsserver", 79 + "gopls", 80 + "terraformls", 81 + "tflint", 82 + "html" 83 + }, 77 84 }, 78 85 packer = { 79 86 compile_path = vim.fn.stdpath "config" .. "/lua/packer_compiled.lua",