⚙️ config(nvim): add lazyvim options for folding
This commit is contained in:
parent
9621026113
commit
6b0c2ea18d
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ local o = vim.opt
|
|||
-- Optimizations on startup
|
||||
vim.loader.enable()
|
||||
|
||||
-- LazyVim related options
|
||||
vim.g.lazyvim_statuscolumn.folds_open = true
|
||||
vim.g.lazyvim_statuscolumn.folds_githl = true
|
||||
|
||||
-- Define leader key
|
||||
go.mapleader = " "
|
||||
go.maplocalleader = "\\"
|
||||
|
|
Loading…
Add table
Reference in a new issue