3 files changed,
0 insertions(+),
3 deletions(-)
jump to
| M | lua/fk/lsp/init.lua |
| M | lua/fk/lsp/null.lua |
| M | lua/fk/plugin.lua |
M
lua/fk/lsp/init.lua
@@ -22,7 +22,6 @@ 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/fk/lsp/null.lua
@@ -12,7 +12,6 @@ diagnostic.golangci_lint,
formatting.black, formatting.isort, diagnostic.flake8, - formatting.nimpretty, formatting.rustfmt, }, }
M
lua/fk/plugin.lua
@@ -24,7 +24,6 @@
-- languages use { "~/code/gopher.nvim", ft = "go" } use { "folke/lua-dev.nvim", ft = "lua", config = get_config "fk.plugin.lua-dev" } - use { "zah/nim.vim", ft = "nim" } -- appearance use { "folke/which-key.nvim", config = get_config "fk.plugin.whichkey" }