This is a distribution of vim plugins for CentOS8.x or later, supporting language c, c++, python, golang and shell.
# ./install.shThe leader is /, so whenever you see <leader> it means /.
nmap <F3> :cp<cr>
nmap <F4> :cn<cr>
nmap <F5> :TagbarToggle<cr>
nmap <F6> :call AutoloadcsQuickfixToggle()<cr>
nmap <F7> :NERDTreeToggle<cr>
nmap <F8> :call LeeCtagsCscope()<cr> :Create ctags and cscope.out files
<C-p> :List files
<C-]> :Go to function define, for c, c++ or golang
<C-t> :Go back position of stack, for c, c++ or golang
<C-l> :Code completion only for golangnmap <leader>- <Plug>AirlineSelectPrevTab
nmap <leader>= <Plug>AirlineSelectNextTab
nmap <Leader>+ :bd<cr>
nmap <leader>cc :NERDComYankComment<cr>
nmap <leader>cs :NERDComSexyComment<cr>
nmap <leader>cu :NERDComUncommentLine<cr>
nmap <leader>m :MarkSet<cr>
nmap <leader>M :MarkClear<cr><C-\>s : Find this C symbol
<C-\>t : Find this text string
<C-\>g : Find this global definition
<C-\>d : Find functions called by this function
<C-\>c : Find functions calling this functionDox : Add comment for function
DoxAuthor : Add comment for source file
DoxLic :Add license for source file