refactor: delete unused options

This commit is contained in:
fiplox 2023-01-29 13:53:17 +01:00
parent 1e4e1158d4
commit 66d68fea35
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ local function add(value, str, sep)
end
-- Globals {{{
-- g.do_filetype_lua = 1
-- g.did_load_filetypes = 0
g.netrw_liststyle = 1
g.netrw_banner = 0
g.netrw_list_hide = '^\\..*'
@ -54,8 +52,6 @@ opt.iskeyword:prepend { '-' }
opt.inccommand = 'nosplit'
opt.completeopt = { 'menu', 'menuone', 'noselect' }
opt.timeoutlen = 300
opt.conceallevel = 3
opt.concealcursor = 'n'
opt['foldenable'] = false
-- opt.fillchars = 'vert:▏'
opt.fillchars.eob = ' '