g3org3 / custom-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-vim

Easy install

curl -Ss https://raw.githubusercontent.com/g3org3/custom-vim/master/install_all.sh | bash
# warning, this script overwrites your existing ~/.vimrc

install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

nvim

install 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'

install nvim ubuntu

sudo snap install nvim --edge --classic

install macosx

brew install neovim
wget https://raw.githubusercontent.com/g3org3/custom-vim/master/init.vim

Coc.nvim list

locate coc.nvim if problems with build/index, you need to find and yarn install .local/share for mac

  • coc-eslint
  • coc-json
  • coc-snippets
  • coc-tsserver
  • coc-java
  • coc-styled-components

-- new config

npm i -D eslint prettier eslint-config-prettier eslint-plugin-prettier
export $(cat env.properties | grep -v \# | grep -v -e '^$' | xargs)

About


Languages

Language:Lua 83.3%Language:Vim Script 6.9%Language:Shell 5.7%Language:JavaScript 4.1%