Cleanup
This commit is contained in:
parent
856894cf24
commit
bd84d8623a
@ -13,10 +13,10 @@ vim.opt.foldenable = false
|
||||
vim.opt.guicursor = 'n:blinkon0'
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.linebreak = true
|
||||
vim.opt.listchars = "tab:» ,eol:↲,space:·"
|
||||
vim.opt.listchars = 'tab:» ,eol:↲,space:·'
|
||||
vim.opt.modeline = false
|
||||
vim.opt.modelines = 0
|
||||
vim.opt.mousemodel = 'extend'
|
||||
vim.opt.mouse = ''
|
||||
vim.opt.number = true
|
||||
vim.opt.shiftround = true
|
||||
vim.opt.shiftwidth = 4
|
||||
|
@ -9,5 +9,5 @@ elseif vim.fn.has('win32') == 1 then
|
||||
end
|
||||
|
||||
if font then
|
||||
vim.cmd.Guifont({args = {font}})
|
||||
vim.cmd.Guifont({args = {font}, bang = true})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user