Conversation
Signed-off-by: ayamir <lgt986452565@gmail.com>
Closed
Owner
Author
|
Let's remove and replace old plugins first, then add new plugins. |
Signed-off-by: ayamir <lgt986452565@gmail.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
…mments.nvim Signed-off-by: ayamir <lgt986452565@gmail.com>
Owner
Author
|
After this PR merged, corresponding wiki pages are also needed to update. |
This was
linked to
issues
Mar 16, 2024
aarnphm
reviewed
Mar 21, 2024
Collaborator
aarnphm
left a comment
There was a problem hiding this comment.
Oops I thought I send in the review
Signed-off-by: ayamir <lgt986452565@gmail.com>
aarnphm
approved these changes
Mar 21, 2024
Collaborator
aarnphm
left a comment
There was a problem hiding this comment.
nice. Less code to maintain!!
charliie-dev
approved these changes
Mar 21, 2024
Collaborator
charliie-dev
left a comment
There was a problem hiding this comment.
no complains! nice!
Signed-off-by: ayamir <lgt986452565@gmail.com>
Contributor
|
let's merge it! |
ostarJoy
pushed a commit
to ostarJoy/nvimdots
that referenced
this pull request
Mar 23, 2024
This PR introduces BREAKING CHANGE about plugins and keymaps. Plugins removed: 1. `rainbowhxch/accelerated-jk.nvim` 2. `max397574/better-escape.nvim` 3. `sindrets/diffview.nvim` 4. `abecodes/tabout.nvim` 5. `edluffy/specs.nvim` Plugins replaced: 1. `junegunn/vim-easy-align` to `echasnovski/mini.align` 2. `RRethy/vim-illuminate` to `tzachar/local-highlight.nvim` 3. `gelguy/wilder.nvim` to `hrsh7th/cmp-cmdline` Plugins added: 1. `folke/neoconf.nvim` for pre project custom lsp config. 2. `tpope/vim-sleuth` for smart tab size. 3. `nvim-pack/nvim-spectre` for project-level plain text search and replace. 4. `mrjones2014/smart-splits.nvim` for smart window splits with terminal multiplexers. 5. `folke/todo-comments.nvim` for highlight of TODO, NOTE, etc. 6. `nvim-neotest/nvim-nio` for dependency of `nvim-dap-ui`. Keymaps modifications: 1. `n|<A-j>` and `n|<A-k>` are mapped to resize window vertically. 2. `n|<A-h>` and `n|<A-l>` are mapped to resize window horizontally. 3. `n|<A-i>` and `n|<A-o>` are mapped to switch opened buffers/tabs. 4. `n|<A-S-i>` and `n|<A-S-o>` are mapped to move opened buffers/tabs. 5. `n|<leader>Ss`, `n|<leader>Sp`, `v|<leader>Sp` and `n|<leader>Sf` are mapped to project-level text search and replace, you can use `<C-p>` to check the detailed descriptions. 6. `n|<leader>Wh`, `n|<leader>Wj`, `n|<leader>Wk` and `n|<leader>Wl` are mapped to move splitted windows. 7. `n|<leader>gd`, `n|<leader>gD`, `n|<A-[>`, `n|<A-]>`, `n|<A-;>`, `n|<A-'>`, `n|gea`, `n|<A-S-j>`, `n|<A-S-k>`, `i|<A-l>` and `i|<A-h>` are unmapped, they are free now!
Closed
mvmx3
added a commit
to mvmx3/nvimdots
that referenced
this pull request
Mar 31, 2024
This reverts commit 61c817f.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1196