Nvim: add signcol plugin, change gitsigns keybinds

This commit is contained in:
Marko Korhonen 2023-11-21 22:32:32 +02:00
parent d9372d30bb
commit 2b038e4b0d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 28 additions and 14 deletions

View file

@ -2,6 +2,7 @@
return {
"kevinhwang91/nvim-ufo",
dependencies = { "kevinhwang91/promise-async" },
---@type UfoConfig
opts = {
close_fold_kinds = {
"imports",
@ -17,7 +18,7 @@ return {
-- Fold settings
local o = vim.o
o.foldcolumn = "0"
o.foldcolumn = "1"
o.foldlevel = 99
o.foldlevelstart = 99
o.foldenable = true