Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 518 Bytes

File metadata and controls

34 lines (22 loc) · 518 Bytes

NeoVim setup

mkdir -p ~/.config/nvim
ln -fns ~/vim_setup/nvim/init.vim ~/.config/nvim/init.vim

coc note

enable lsp

  • PHP :CocInstall coc-phpls
  • Python :CocInstall coc-python
  • javascript :CocInstall coc-tsserver

statement

  • * activated
  • + loaded
  • - disabled

service state

:checkhealth

tsserver install failed

:CocRestart

something like this

Error on install coc-tsserver: Error: coc-tsserver 1.5.1 requires coc.nvim >= >=0.0.78, please update coc.nvim.