This commit is contained in:
2022-11-08 11:21:35 +00:00
parent ee5110efd8
commit a9316971f1
3 changed files with 82 additions and 44 deletions

6
vimrc
View File

@@ -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