Enable signcolumn

This commit is contained in:
Patrick Neff 2024-01-28 20:04:56 +01:00
parent 9bccd5cc17
commit 07e86dc37b
2 changed files with 3 additions and 1 deletions

View File

@ -62,6 +62,8 @@ vim.opt.laststatus = 3
vim.opt.conceallevel = 0
vim.opt.concealcursor = "nc"
vim.opt.signcolumn = "yes"
vim.opt.foldlevel = 0
vim.keymap.set({ "n", "v" }, "<Space>", "<Nop>", { silent = true })

View File

@ -64,7 +64,7 @@ local servers = {
["taplo"] = {},
["sqlls"] = {},
["clangd"] = {},
["postgres_lsp"] = {},
--["postgres_lsp"] = {},
}
for k, v in pairs(servers) do