Последние изменения в конфигах

This commit is contained in:
2026-01-03 13:35:56 +07:00
parent aa14b29c71
commit 71795d5591
19 changed files with 429 additions and 70 deletions

View File

@@ -4,8 +4,12 @@
--
vim.opt.number = true -- Print line number
vim.opt.relativenumber = false -- Relative line numbers
vim.opt.tabstop = 2
vim.opt.tabstop = 6
vim.opt.clipboard = "unnamedplus"
vim.opt.mouse = "a"
vim.opt.mousemodel = "popup"
vim.opt.cursorline = true
vim.opt.wrap = true
vim.opt.signcolumn = "auto"
vim.opt.ignorecase = true
vim.opt.backup = false