install.sh, keymaps, settings

This commit is contained in:
2024-06-08 16:38:50 +07:00
parent 68c1b808d4
commit 6f8ee458c9
4 changed files with 190 additions and 118 deletions

View File

@@ -5,7 +5,7 @@ vim.opt.clipboard = 'unnamedplus'
--vim.opt.completeopt = 'menuone,noselect'
-- Не автокомментировать новые линии при переходе на новую строку
--vim.cmd('autocmd BufEnter * set fo-=c fo-=r fo-=o')
vim.cmd('autocmd BufEnter * set fo-=c fo-=r fo-=o')
-- Нумерация строк
vim.opt.number = true