temp!
This commit is contained in:
6
vimrc
6
vimrc
@@ -18,7 +18,7 @@ set packpath+=~/.config/work
|
||||
" tabline.vim - sanely numbered tabs
|
||||
Pack 'mkitt/tabline.vim'
|
||||
|
||||
" coc.nvim Conqueror of Completion
|
||||
" coc.nvim - Conqueror of Completion
|
||||
Pack 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
let g:coc_global_extensions = [
|
||||
\ 'coc-clangd',
|
||||
@@ -56,7 +56,7 @@ let g:ale_linters = {'c': [], 'cpp': []}
|
||||
let g:ale_cmake_cmakelint_options =
|
||||
\ '-convention/filename,-package/consistency,-package/stdargs'
|
||||
|
||||
" Version control differences in the sign column
|
||||
" vim-signify - Version control differences in the sign column
|
||||
Pack 'mhinz/vim-signify'
|
||||
let g:signify_sign_change = '~'
|
||||
" Conflict marker utilities
|
||||
@@ -165,7 +165,7 @@ let g:rst_syntax_code_list = {
|
||||
\ 'python': ['python']
|
||||
\ }
|
||||
|
||||
" Python folding
|
||||
" vim-coiled-snake - Python folding
|
||||
Pack 'kalekundert/vim-coiled-snake'
|
||||
|
||||
" Enable builtin syntax folding
|
||||
|
||||
Reference in New Issue
Block a user