/neovim-setup

A basic and functional setup for neovim

Primary LanguageLua

Neovim Setup

Pics

  • Setup pic1

  • Autocomplete pic1

Installation

# Install Vim plug (plugin manager)
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

#Init nvim
nvim .

#Exec this command
:PlugInstall

#Restart neovim 🚀

Install Plugins with coc

If you want to install plugins as autocomplete or lsp, you have to use coc.

The coc plugins list is: Coc extensions list

Made by Nimeavles with ❤️