Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.87 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.87 KB

Neovim Config

Plugin Manager Leaderkey Last commit

Neovim Screenshot

Installation

Install requires Neovim 0.9+.

Clone the repository and install the plugins:

git clone [email protected]:agoodshort/nvim ~/.config/agoodshort/nvim
NVIM_APPNAME=agoodshort/nvim/ nvim --headless +"Lazy! restore" +qa

Open Neovim with this config:

NVIM_APPNAME=agoodshort/nvim/ nvim

Tips

LSPs, formatters and linters

Documentation on the configuration of LSPs, formatters and linters is available in this README.md

Search and replace

The below applies when replacing using :%s.

  • You can use <C-r><C-w> to get the word under the cursor into to command line.
  • When a word was already searched (e.g. \word), use :%s// to replace the word searched.

To Do

  • Review how to use K when on neovim man page
  • Neovim initial_mode = "normal" does not work for extensions git_diffs
  • test NeoAI
  • Show appropriate documentation in cargo.toml
  • Telescope live grep to wrap lines. Check if plugin can do this, otherwise see telescope.nvim documentation
  • Use the syntax function() require("dap").continue() end for whichkey and upgrade to v3