all repos

init.lua @ d1becaaf4a34698baf7d45282c47229777f4eb16

my nvim config
2 files changed, 2 insertions(+), 0 deletions(-)
Added nim setup
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 12:28:28 +0200
Parent: 1738ee8
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" }