/nvim-config

neovim config

Primary LanguageLua

Follow this folder structure-config: https://github.com/cpow/cpow-dotfiles based on @typecraft and christ@machine on YouTube

Good luck.

Requires Neovim v0.9.0 or Nightly.

NOTE make sure you have node installed, I recommend a node manager like fnm.

Copy/Paste support:

  • On mac pbcopy should be builtin

  • On Ubuntu

    sudo apt install xsel
    
  • On Arch Linux

    sudo pacman -S xsel
    

To install Python/Node support:

  • Neovim python support

    pip install pynvim
    
  • Neovim node support

    npm i -g neovim
    

The computing scientist's main challenge is not to get confused by the complexities of his own making.

- Edsger W. Dijkstra