This commit is contained in:
scbj
2024-11-29 16:06:52 +01:00
parent c877834ac9
commit f53d489076
2 changed files with 3 additions and 2 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("@-@")