2 files changed,
2 insertions(+),
0 deletions(-)
jump to
| M | lua/lsp/init.lua |
| M | lua/plugin.lua |
M
lua/lsp/init.lua
@@ -23,6 +23,7 @@ if ok then
opts = vim.tbl_deep_extend("force", opts, server_opts or {}) end + require("lspconfig").nimls.setup(opts) server:setup(opts) vim.cmd [[ do User LspAttachBuffers ]]
M
lua/plugin.lua
@@ -13,6 +13,7 @@
-- languages use { "~/code/gopher.nvim", ft = "go" } use { "folke/lua-dev.nvim", config = get_config "lua-dev", ft = "lua" } + use { "zah/nim.vim", ft = "nim" } -- git use { "TimUntersberger/neogit", cmd = "Neogit", config = get_config "neogit" }