Regenerate nvim config
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
-- Don't wrap textwidth things
|
||||
vim.opt_local.formatoptions:remove "t"
|
||||
vim.opt_local.formatoptions:remove "c"
|
||||
|
||||
-- Don't include `showbreak` when calculating strdisplaywidth
|
||||
vim.opt_local.wrap = false
|
||||
|
||||
-- There's also no reason to enable textwidth here anyway
|
||||
vim.opt_local.textwidth = 0
|
||||
vim.opt_local.scrollbind = false
|
||||
|
||||
vim.opt_local.signcolumn = "no"
|
||||
@ -0,0 +1,5 @@
|
||||
-- Don't have scrolloff, it makes things weird.
|
||||
vim.opt_local.scrolloff = 0
|
||||
vim.opt_local.scrollbind = false
|
||||
|
||||
vim.opt_local.signcolumn = "no"
|
||||
Reference in New Issue
Block a user