Поправил кучку недостатков в neovim

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-05-04 17:43:55 +03:00
parent 28a7b1f678
commit 74e201e92c
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
11 changed files with 444 additions and 234 deletions

View file

@ -37,8 +37,9 @@ local options = {
--foldexpr = "nvim_treesitter#foldexpr()",
foldlevelstart = 0,
foldenable = true,
scrolloff = 999,
}
vim.opt.formatoptions:append({ r = true, o = true })
vim.opt.shortmess:append("c")
for k, v in pairs(options) do