When pressing tab in any language in edit mode, nothing happens if the character before the cursor is not a space or a tab.
Doing ctrl-v tab works, but I don't want to have to do that every time and presumably it would cause some problems if I rebind tab to that.
When doing nvim --clean, I have no problems, but before I uninstall every plugin and start from the top, does anyone know which plugin or piece of config may be causing this?
Config:
https://github.com/pseud0n/nixos-config/blob/main/home-manager/home.nix#L205
https://github.com/pseud0n/nixos-config/blob/main/home-manager/config/nvim/init.vim
:verbose set expandtab?, perhaps – D. Ben Knoble Jul 31 '21 at 22:10:imap <Tab>show a mapping for Tab in Insert mode? – filbranden Aug 01 '21 at 00:06coc#refresh()on tab, unless on a pop-up menu or when preceded by whitespace... – filbranden Aug 01 '21 at 00:10