add better comments and clean up
This commit is contained in:
parent
49b63d38bc
commit
aff50c8c15
7 changed files with 68 additions and 63 deletions
|
|
@ -43,6 +43,7 @@ local check_back_space = function()
|
|||
end
|
||||
end
|
||||
|
||||
-- tab completion
|
||||
|
||||
_G.tab_complete = function()
|
||||
if vim.fn.pumvisible() == 1 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue