aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index 51cbabd..4195e69 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,15 @@ Motion:
- [vim-sneak](https://github.com/justinmk/vim-sneak): Jump to any
location with two characters. It should be `opt`. Otherwise the config
in `after` folder would not work.
+- [hop.nvim](https://github.com/smoka7/hop.nvim): modern alternative to
+ easymotion in neovim.
+
+Navigation:
+
+- symbols-outline.nvim: alternative to tagbar in neovim.
+- cscope_maps.nvim: as neovim deprecated cscope in neovim 0.9, this
+ plugin is required to use the cscope features.
+- nvim-lspconfig
Languages specfic:
@@ -19,10 +28,29 @@ Languages specfic:
- [vim-terraform](https://github.com/hashivim/vim-terraform):
Improve terraform syntax highlight.
+Editing:
+
+- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp): Code completion in
+ neovim.
+
+ Related completion sources:
+
+ - cmp-buffer
+ - cmp-cmdline
+ - cmp-nvim-lsp
+ - cmp-nvim-ultisnips (kind of buggy)
+ - cmp-omni
+ - cmp-path
+
+- lsp_signature.nvim
+
+Interface:
+
Misc:
- [vim-highlightedyank](https://github.com/machakann/vim-highlightedyank):
highlight yanked text.
+- nvim-treesitter
Good but not included yet: