Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

mytxd/lin.vim

 
 

Repository files navigation

lin.vim : Lin Rongbin's Vim Distribution

lin.vim is a highly configured VIM integrated tons of utilities for development running on most operating systems.

pic1.png

pic2.png

pic6.png

pic4.png

pic5.png

Feature

  • Multiple platform support: UNIX/Linux, Windows and MacOS.
  • Code complete, lint and format running in coc.nvim language server for most programming languages.
  • Random color schemes and icons.
  • File and buffer explorer and better status line.
  • Source code search and Fuzzy file search.
  • Useful command line utilities support: git, code search, file operation, date/time calculate, ipv4/ipv6 calculate.
  • Settings customization.

User Guide

Hot Key

  • F1 in normal mode: switch between C/C++ header source file.
  • F2 in normal mode: open/close terminal.
  • F3 in normal mode: change color theme randomly.
  • F5 in normal mode: open/close file explorer.

Enhanced Copy Paste

  • <leader>y in visual mode: copy visual-selected text to locale machine cache.
  • <leader>p in normal mode: paste text saved from local machine cache.

Search

  • :Ag [text] or :Rg [text] in normal mode: search [text].
  • <c-p> in normal mode: fuzzy search file.

Easy Align

  • vipga= in visual mode: align visual-selected paragraph.
  • gaip= in normal mode: align inner paragraph.

Go To

  • <leader>s [char]: go to [char].

  • <leader>w: go to [word].

  • <leader>j: go to [forward line].

  • <leader>k: go to [backward line].

  • gd in normal mode: go to definition.

  • gy in normal mode: go to type definition.

  • gi in normal mode: go to implementation.

  • gr in normal mode: go to reference.

  • [g in normal mode: go to previous diagnostic.

  • ]g in normal mode: go to next diagnostic.

  • <c-o> in normal mode: go back to previous position.

Commentary

  • gcc in normal mode: comment one line.
  • gc in visual mode: comment visual selection.

File Explorer

  • ma in normal mode: create new file/directory.

  • mc in normal mode: copy file/directory.

  • md in normal mode: delete file/directory.

  • mm in normal mode: move file/directory.

  • <leader>bn in normal mode: go to next buffer.

  • <leader>bp in normal mode: go to previous buffer.

  • <leader>bd in normal mode: close current buffer.

Customization

  • custom your own settings in ~/.vim/user.vim and ~/.vim/coc-settings.json.

Command Line Utility

  • try vcmd to find more.

Installation

Please manually install Hack Nerd Font Mono on UNIX/Linux/Mac, install Hack Nerd Font Mono Windows Compatible on Windows.

Linux, UNIX, MacOS

    $ git clone https://github.com/linrongbin16/lin.vim ~/.vim && cd ~/.vim && ./install.sh

Windows

  1. Install Git, enable git.exe and other UNIX/Linux commands from Windows Command Line.
  2. Install Python3, add python3.exe and pip3.exe to %PATH%, then pip3 install pyOpenSSL pep8 flake8 pylint autopep8 yapf cpplint chardet.
  3. Install CMake, add cmake.exe to %PATH%.
  4. Install Vim for Windows, add gvim.exe to %PATH%.
  5. Install Visual Studio with:
    • .NET Desktop Development.
    • Visual C++ Desktop Development.
    • Common Windows Platform Development.
  6. Install LLVM, add clangd.exe and clang-format.exe to %PATH%.
  7. Install NodeJs, add node.exe and npm.exe to %PATH%.
  8. Install the_silver_searcher, add ag.exe to %PATH%.
  9. Install ripgrep, add rg.exe to %PATH%.
  10. Install universal-ctags, add ctags.exe to %PATH%.
  11. Add %USERPROFILE%\.vim\command to %PATH%.
    $ git clone https://github.com/linrongbin16/lin.vim %USERPROFILE%\.vim
    $ cd %USERPROFILE%\.vim
    $ install.bat

All extensions in one:

:CocInstall coc-highlight coc-pairs coc-json coc-python coc-clangd coc-cmake coc-emmet coc-css coc-cssmodules coc-html coc-tsserver coc-eslint coc-yaml

About

Lin Rongbin's Vim Distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 62.7%
  • Python 32.1%
  • Shell 4.2%
  • Batchfile 1.0%