supertab
supertab copied to clipboard
Perform all your vim insert mode completions with Tab
I set up Neovim's LSP following the guide here: https://github.com/neovim/nvim-lspconfig the relevant bit being this: ``` local on_attach = function(client, bufnr) -- Enable completion triggered by vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc') ```...
Supertab is awesome, but I lost my literal , which makes me uncomfortable, I tried 'g:SuperTabNoCompleteAfter', but it doesn't work. Is it caused by my environment ? my os is...
Hi guys, I'm using SuperTab regularly to autocomplete english words. Supertab does work in any regular file. But when I use SuperTab in a file.wiki file, which is filename for...
After updating supertab from the master branch I'm getting the following error at vim startup: ``` $ vim Error detected while processing /home/user/.vim/bundle/supertab/plugin/supertab.vim: line 1000: E475: Invalid argument: pumvisible() ?...
So far only on a single mapping
When I'm pressing TAB in the popup completion menu, then the next entry is chosen and displayed at the cursor, but the highlighting in the popup menu isn't updated and...
Hello, I would like to know if it is possible to find the location of a directory with the tab key. For example if I look for a file in...
I really like the product but some times pressing having SuperTab overlay trigger action bounded to `option+tab` in order to preserve Mac-native `command+tab` for quick swaps starts to loop through...
I would like to have the tab key cycle through the completions. For example, I use the Kite plugin for vim with python. I type `import j` and it suggests...
I'd like to perform a remapping of `` in insert mode when there isn't a completion context active (as opposed to currently what happens by default which is the insertion...