Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 358 Bytes

02_NvimBasicConf.md

File metadata and controls

5 lines (5 loc) · 358 Bytes

Neovim basic configuration

  • Copy config dir files inside ~/.config/nvim/ directory
  • Look at file comments: almost each line have a description of what it does
  • The main configuration file for Neovim is ~/.config/nvim/init.vim
  • To avoid startup errors, before starting nvim, follow the Plugin setup guide