cool nvim stuff

This commit is contained in:
Niktia Bykov
2024-01-02 22:38:47 +05:00
parent b6aae4722c
commit 66d4df92ab
20 changed files with 361 additions and 124 deletions

View File

@ -4,7 +4,7 @@ vim.opt.completeopt = { "menuone", "noselect" }
vim.opt.showmode = false
vim.opt.fileencoding = "utf-8"
vim.opt.ignorecase = true
vim.opt.showtabline = 2
vim.opt.showtabline = 1
vim.opt.pumblend = 5
vim.opt.smartindent = true
vim.opt.smartcase = true