mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
feat: neovim - more plugins
This commit is contained in:
@@ -26,6 +26,17 @@ This document outlines neovim's configuration structure and various shortcuts/co
|
|||||||
| Toggle visual mode | `v` |
|
| Toggle visual mode | `v` |
|
||||||
| Toggle visual block mode | `<Ctrl> + v` (select a block vertically) |
|
| Toggle visual block mode | `<Ctrl> + v` (select a block vertically) |
|
||||||
|
|
||||||
|
## Incremental Selection
|
||||||
|
|
||||||
|
Provided by nvim-treesitter.
|
||||||
|
|
||||||
|
| Action | Shortcut |
|
||||||
|
| ----------------- | -------- |
|
||||||
|
| init selection | `gnn` |
|
||||||
|
| node incremental | `grn` |
|
||||||
|
| scope incremental | `grc` |
|
||||||
|
| node decremental | `grm` |
|
||||||
|
|
||||||
## Text Manipulation
|
## Text Manipulation
|
||||||
|
|
||||||
- Add at the end of multiple lines: `:normal A<text>`
|
- Add at the end of multiple lines: `:normal A<text>`
|
||||||
|
|||||||
@@ -162,6 +162,9 @@ return {
|
|||||||
-- Undo tree
|
-- Undo tree
|
||||||
{ "debugloop/telescope-undo.nvim", },
|
{ "debugloop/telescope-undo.nvim", },
|
||||||
|
|
||||||
|
-- Lua implementation of CamelCaseMotion, with extra consideration of punctuation.
|
||||||
|
{ "chrisgrieser/nvim-spider", lazy = true },
|
||||||
|
|
||||||
-- Install lsp, formmatter and others via home manager instead of Mason.nvim
|
-- Install lsp, formmatter and others via home manager instead of Mason.nvim
|
||||||
-- LSP installations
|
-- LSP installations
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user