You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup assumes that all info is 1. given by vim-gutentags or 2. self-contained in the file.
If one needs to work with incomplete tags info, the typical workaround is to open a buffer (of any size) to make the default vim inbuld C-n/C-p search through those.
However, nvim-cmp with default autocompletion overlaps those keymaps.
The alternative is to use vim-gutentags to enforce by path settings that everything relevant is contained in the tags files.
The text was updated successfully, but these errors were encountered:
matu3ba
added a commit
to matu3ba/dotfiles
that referenced
this issue
Jul 15, 2022
nvim
- c++ debugging helpers
- sending files to harpoon
- leap other keybindings to not interfere with nvim-surround
- remove nvim-tags completions, because they interfere with inbuild
C-n,C-p buffer completions of currently shown buffers
- add nvim-lsp-installer, because its too convenient and nix let me down
with their inability to provide an undo installation command
- remove tags, because no vim-gutentag setup and overlapping with
C-n,C-p
* issue quangnguyen30192/cmp-nvim-tags#5
- telescope-send-to-harpoon has caching problems, most likely from upstream
harpoon
* asbjornhaland/telescope-send-to-harpoon.nvim#1
- remove hop.nvim and add leap with -,_ and gs keybindings
* no overlap with nvim-surround
- gdb has super useful `fin` instruction to finish current scope
- git reset --hard without losing content instructions
The setup assumes that all info is 1. given by vim-gutentags or 2. self-contained in the file.
If one needs to work with incomplete tags info, the typical workaround is to open a buffer (of any size) to make the default vim inbuld
C-n
/C-p
search through those.However,
nvim-cmp
with default autocompletion overlaps those keymaps.The alternative is to use vim-gutentags to enforce by path settings that everything relevant is contained in the tags files.
The text was updated successfully, but these errors were encountered: