Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

lousiyo/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

vim config file
very simple just for me

  1. cp .vimrc to user dir like /home/xxx;

  2. execute vim -es -u vimrc -i NONE -c "PlugInstall" -c "qa";

  3. nvim.coc config

    curl -sL install-node.vercel.app/lts | bash
    apt install clangd
    apt install llvm
    apt install clang
    apt install clang-tool
    apt install clang-tools
  1. CocInstall
    :CocInstall coc-clangd  
    :CocInstall coc-git    
    :CocInstall coc-highlight  
    :CocInstall coc-jedi   
    :CocInstall coc-json   
    :CocInstall coc-sh     
    :CocInstall coc-syntax

About

vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published