add better comments and clean up

This commit is contained in:
siduck76 2021-04-02 11:06:20 +05:30
parent 49b63d38bc
commit aff50c8c15
7 changed files with 68 additions and 63 deletions

View file

@ -43,6 +43,7 @@ local check_back_space = function()
end
end
-- tab completion
_G.tab_complete = function()
if vim.fn.pumvisible() == 1 then