⚙️ config(nvim): add lazyvim options for folding

This commit is contained in:
Sergio Laín 2024-06-05 23:22:40 +02:00
parent 9621026113
commit 6b0c2ea18d
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -4,6 +4,10 @@ local o = vim.opt
-- Optimizations on startup -- Optimizations on startup
vim.loader.enable() vim.loader.enable()
-- LazyVim related options
vim.g.lazyvim_statuscolumn.folds_open = true
vim.g.lazyvim_statuscolumn.folds_githl = true
-- Define leader key -- Define leader key
go.mapleader = " " go.mapleader = " "
go.maplocalleader = "\\" go.maplocalleader = "\\"