Поправил кучку недостатков в neovim
This commit is contained in:
parent
28a7b1f678
commit
74e201e92c
11 changed files with 444 additions and 234 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue