Update plugin / more keybind / ra launch once

This commit is contained in:
Alessandro
2024-09-05 11:01:48 +02:00
parent 67d4b481b8
commit fb0c89988f
6 changed files with 62 additions and 31 deletions

View File

@@ -7,8 +7,8 @@ require "nvchad.options"
vim.lsp.inlay_hint.enable(true)
vim.o.foldcolumn = '0' -- '0' is not bad
vim.o.foldlevel = 99 -- Using ufo provider need a large value, feel free to decrease the value
vim.o.foldcolumn = "0" -- '0' is not bad
vim.o.foldlevel = 99 -- Using ufo provider need a large value, feel free to decrease the value
vim.o.foldlevelstart = 99
vim.o.foldenable = true
vim.opt.fillchars = {
@@ -22,3 +22,4 @@ vim.opt.fillchars = {
foldclose = "",
}