Move from utils.lua to their respective places | Format all files
This commit is contained in:
committed by
Galen Rowell
parent
5236893e5e
commit
7affb8cbfb
@@ -93,3 +93,6 @@ g.nvim_tree_bindings = {
|
||||
{key = "q", cb = tree_cb("close")},
|
||||
{key = "g?", cb = tree_cb("toggle_help")}
|
||||
}
|
||||
|
||||
-- hide statusline when nvim tree is opened
|
||||
vim.cmd [[au BufEnter,BufWinEnter,WinEnter,CmdwinEnter * if bufname('%') == "NvimTree" | set laststatus=0 | else | set laststatus=2 | endif]]
|
||||
|
||||
Reference in New Issue
Block a user