Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.71 KB

Neovim Config

Plugins Leader Key Plugin Manager

Last commit Coding time over the last 30 days

Neovim Screenshot

Installation

Install requires Neovim 0.10+.

Clone the repository and install the plugins:

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

Open Neovim with this config:

NVIM_APPNAME=abiencourt/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.

Useful keymaps

  • <C+]> is used to follow tags in :help

nvm

As nvm is used to switch versions of Node.js, some plugins might require to rebuild when changing nvm default version:

  • markmap.nvim
  • import-cost.nvim