Update set.lua
parent
309f87e9f8
commit
c270a9fc6f
|
@ -30,7 +30,6 @@ vim.opt.signcolumn = "yes"
|
|||
vim.opt.isfname:append("@-@")
|
||||
vim.opt.updatetime = 50
|
||||
vim.opt.gdefault = true
|
||||
vim.opt.completeopt = { "menu", "menuone", "noselect" }
|
||||
vim.opt.timeoutlen = 300
|
||||
vim.opt.colorcolumn = "120"
|
||||
-- views can only be fully collapsed with the global statusline
|
||||
|
|
Loading…
Reference in New Issue