This commit is contained in:
Niktia Bykov
2024-01-02 14:39:34 +05:00
parent 9ff851257a
commit b6aae4722c
6 changed files with 11 additions and 27 deletions

View File

@ -5,7 +5,7 @@ vim.opt.showmode = false
vim.opt.fileencoding = "utf-8"
vim.opt.ignorecase = true
vim.opt.showtabline = 2
vim.opt.pumblend = 10
vim.opt.pumblend = 5
vim.opt.smartindent = true
vim.opt.smartcase = true
vim.opt.splitright = true