Skip to content

daniel-kappe/vimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVIM Configuration

Installation

(Optional|use init.vim.without-coc) coc code completion requires nodejs:

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

Download vim-plug:

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'

Link init.vim in ~/.config/nvim:

ln -s ~/vimconfig/init.vim ~/.config/nvim/init.vim

Alternatively you have to copy the init.vim.without_coc file. Symbolic linking does not work.

cp ~/vimconfig/init.vim.without_coc ~/.config/nvim/init.vim

Install the Plugins:

nvim -c "PlugInstall|q|q"

Setup Code Completion

Run CocInstall with selected languages inside neovim

:CocInstall coc-json coc-html coc-css ...

Nice Choices are (more coc-github):

  • coc-json
  • coc-html
  • coc-css
  • coc-prettier
  • coc-python
  • coc-markdownlint
  • coc-svg
  • coc-xml
  • coc-yaml

About

My NeoVim Configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors