Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 380 Bytes

vim

coc.nvim

coc-clangd coc-rust-analyzer coc-tsserver

git clone https://github.com/vim/vim.git vim-src
cd vim-src/
./configure --with-features=huge --enable-pythoninterp --enable-rubyinterp --enable-luainterp --enable-perlinterp --with-python-config-dir=/usr/lib/python2.7/config/ --enable-gui=gtk2 --enable-cscope --prefix=/usr/local
make
sudo make install