This commit is contained in:
2025-09-05 12:05:57 -04:00
parent 417f466cd4
commit 291ed73a68
3 changed files with 32 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ vim.g.netrw_liststyle = 3
vim.g.netrw_browse_split = 4
vim.g.ranger_map_keys = 0
vim.g.ranger_replace_netrw = 1
vim.g.cmdheight = 1
vim.o.foldmethod = "expr"
vim.o.foldexpr = "nvim_treesitter#foldexpr()"