formatting
This commit is contained in:
parent
4945789baa
commit
77bcb8db01
@ -118,13 +118,14 @@ end
|
||||
|
||||
|
||||
local BUF_OPTIONS = {
|
||||
'nonumber', 'norelativenumber', 'winfixwidth', 'winfixheight', 'winhighlight=EndOfBuffer:LuaTreeEndOfBuffer',
|
||||
'nonumber', 'norelativenumber', 'winfixwidth', 'winfixheight',
|
||||
'winhighlight=EndOfBuffer:LuaTreeEndOfBuffer', 'noswapfile'
|
||||
}
|
||||
|
||||
local function open()
|
||||
local win_width = 30
|
||||
local options = {
|
||||
bufhidden = 'wipe';
|
||||
bufhidden = 'delete';
|
||||
buftype = 'nowrite';
|
||||
modifiable = false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user