fix: cleanup clearcol() manual calls in favor of per-filetype
This commit is contained in:
parent
d4fd02499d
commit
0fb247f18b
3 changed files with 57 additions and 10 deletions
7
after/ftplugin/cptest.lua
Normal file
7
after/ftplugin/cptest.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue