Update plugin / more keybind / ra launch once
This commit is contained in:
@@ -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 = "",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user