Skip to content

Web-Dev-Codi/neovim-epic-config

Repository files navigation

Install Neovim Click Me

Get healthy

Open nvim and enter the following:

:checkhealth

Install a clipboard manager to fix copy/paste issue within Neovim

  • On mac pbcopy should be builtin

  • On Ubuntu

    sudo apt install xsel # for X11
    sudo apt install wl-clipboard # for wayland

Next we need to install python support (node is optional)

  • Neovim python support

    pip install pynvim
  • Neovim node support

    npm i -g neovim

We will also need ripgrep for Telescope to work:

  • Ripgrep

    sudo apt install ripgrep

NOTE make sure you have node installed.

Fonts

Install a Nerd Font for better Neovim Compatibility.