Поправил zshrc и neovim

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-04-25 02:51:27 +03:00
parent 0f55d7e47d
commit 44ffd7e437
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
2 changed files with 12 additions and 0 deletions

View file

@ -37,6 +37,8 @@ local options = {
syntax = "on",
foldmethod = "expr",
foldexpr = "nvim_treesitter#foldexpr()",
foldlevelstart = 99,
foldenable = true,
}
vim.opt.shortmess:append("c")