update
This commit is contained in:
@@ -34,11 +34,11 @@ vim.o.conceallevel = 2
|
||||
-- vim.o.smarttab = true
|
||||
vim.opt.cpoptions:append('I')
|
||||
vim.o.expandtab = true
|
||||
-- vim.o.smartindent = true
|
||||
-- vim.o.autoindent = true
|
||||
-- vim.o.tabstop = 4
|
||||
-- vim.o.softtabstop = 4
|
||||
-- vim.o.shiftwidth = 4
|
||||
vim.o.smartindent = true
|
||||
vim.o.autoindent = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
|
||||
-- stops line wrapping from being confusing
|
||||
vim.o.breakindent = true
|
||||
@@ -741,6 +741,13 @@ require('lze').load {
|
||||
-- filetypes = { "go", "gomod", "gowork", "gotmpl" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"omnisharp",
|
||||
enabled = nixCats("csharp") or false,
|
||||
lsp = {
|
||||
-- filetypes = { "go", "gomod", "gowork", "gotmpl" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"nixd",
|
||||
enabled = nixCats('nix') or false,
|
||||
|
||||
Reference in New Issue
Block a user