GGotha / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome Dotfiles

Configure neovim

Install neovim: sudo apt install neovim

  • mkdir /home/gotha/.config/nvim
  • cd /home/gotha/.config/nvim
  • touch init.vim
  • Install Vundle inside /home/gotha/.vim/bundle folder
  • Install vim-plug with NVIM command
  • nvim init.vim
  • Install packages with :PluginInstall and :PlugInstall
  • If error occurs then executes yarn install inside /home/gotha/.vim/plugged/coc.nvim

About


Languages

Language:Vim Script 64.1%Language:JavaScript 18.2%Language:Lua 10.9%Language:Shell 6.8%