mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: update config
This commit is contained in:
parent
3100854e08
commit
76117ededa
20 changed files with 245 additions and 176 deletions
|
@ -29,7 +29,8 @@ return {
|
|||
},
|
||||
},
|
||||
lazy = true,
|
||||
event = "BufReadPost",
|
||||
-- event = "BufReadPost",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
vim.o.foldcolumn = "1" -- '0' is not bad
|
||||
vim.o.foldlevel = 99 -- Using ufo provider need a large value, feel free to decrease the value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue