Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration to make C-n, C-p not overlap with in-build open buffer search or provide minimal vim-gutentags setup #5

Open
matu3ba opened this issue Jul 15, 2022 · 0 comments

Comments

@matu3ba
Copy link

matu3ba commented Jul 15, 2022

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant