mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-02-01 15:54:48 +01:00
fix(nvim): don't open all folds
This commit is contained in:
@@ -7,7 +7,7 @@ local autocmd = vim.api.nvim_create_autocmd
|
||||
-- })
|
||||
|
||||
-- Auto unfold all when entering a buffer
|
||||
autocmd("BufWinEnter", { pattern = "*", command = "silent! :%foldopen!" })
|
||||
-- autocmd("BufWinEnter", { pattern = "*", command = "silent! :%foldopen!" })
|
||||
|
||||
-- Hyrplang filetype
|
||||
vim.filetype.add({
|
||||
|
||||
Reference in New Issue
Block a user