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