initial commit
This commit is contained in:
commit
dcb7debff6
29 changed files with 1276 additions and 0 deletions
6
after/ftplugin/cpoutput.lua
Normal file
6
after/ftplugin/cpoutput.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
vim.opt_local.number = false
|
||||
vim.opt_local.relativenumber = false
|
||||
vim.opt_local.statuscolumn = ''
|
||||
vim.opt_local.signcolumn = 'no'
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.linebreak = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue