fix: cleanup clearcol() manual calls in favor of per-filetype

This commit is contained in:
Barrett Ruth 2025-09-15 18:15:21 -04:00
parent d4fd02499d
commit 0fb247f18b
3 changed files with 57 additions and 10 deletions

View file

@ -0,0 +1,7 @@
vim.opt_local.number = false
vim.opt_local.relativenumber = false
vim.opt_local.statuscolumn = ""
vim.opt_local.signcolumn = "no"
vim.opt_local.foldcolumn = "0"
vim.opt_local.wrap = true
vim.opt_local.linebreak = true