fix tab completion
This commit is contained in:
@@ -89,10 +89,6 @@ NV_Darcula_Coc_Tab_Complete = function()
|
||||
return vim.fn["coc#pum#next"](1)
|
||||
end
|
||||
|
||||
if vim.fn["coc#expandableOrJumpable"]() == 1 then
|
||||
return vim.fn["coc#rpc#request"]("doKeymap", {"snippets-expand-jump"})
|
||||
end
|
||||
|
||||
local check_backspace = function()
|
||||
local col = vim.api.nvim_win_get_cursor(0)[2]
|
||||
return col == 0 or vim.api.nvim_get_current_line():sub(col, col):match("%s")
|
||||
|
||||
Reference in New Issue
Block a user