update some options
This commit is contained in:
@@ -33,9 +33,10 @@ local function get_win()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local BUF_OPTIONS = {
|
local BUF_OPTIONS = {
|
||||||
'nonumber', 'norelativenumber', 'winfixwidth', 'winfixheight',
|
'nowrap', 'nospell', 'nolist', 'nofoldenable', 'foldmethod=manual',
|
||||||
'winhighlight=EndOfBuffer:LuaTreeEndOfBuffer', 'noswapfile',
|
'foldcolumn=0', 'nonumber', 'norelativenumber', 'winfixwidth',
|
||||||
'splitbelow'
|
'noswapfile', 'winfixheight', 'bufhidden=wipe', 'splitbelow',
|
||||||
|
'winhighlight=EndOfBuffer:LuaTreeEndOfBuffer',
|
||||||
}
|
}
|
||||||
|
|
||||||
local WIN_WIDTH = 30
|
local WIN_WIDTH = 30
|
||||||
|
|||||||
Reference in New Issue
Block a user