Merge branch 'main' of github.com:zegonix/dotfiles

This commit is contained in:
quak
2024-12-02 22:12:05 +01:00
2 changed files with 13 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 10
vim.opt.scrolloff = 12
vim.opt.signcolumn = "yes"
vim.opt.isfname:append("@-@")