Поправил zshrc и neovim
This commit is contained in:
parent
0f55d7e47d
commit
44ffd7e437
2 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,8 @@ local options = {
|
|||
syntax = "on",
|
||||
foldmethod = "expr",
|
||||
foldexpr = "nvim_treesitter#foldexpr()",
|
||||
foldlevelstart = 99,
|
||||
foldenable = true,
|
||||
}
|
||||
|
||||
vim.opt.shortmess:append("c")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue