Update submodules and add a few things

This commit is contained in:
Alex D. 2021-02-06 15:02:43 +00:00
parent 76cbc9bfe8
commit d2bfbd376a
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
5 changed files with 5 additions and 6 deletions

@ -1 +1 @@
Subproject commit 2daef1bcb8b240c303ef34c3348ee1af071963b4 Subproject commit c01977d027de854c6a85ed5c57915a7e8848f4b9

@ -1 +1 @@
Subproject commit 9772475fcc24bee50c884aba20161465211520c8 Subproject commit 8f1aa2c7fa44bf33b1fd4678f9c7b40c126b0e2b

@ -1 +1 @@
Subproject commit 8a13bdd25c74a247a5258980d82af781ea65c592 Subproject commit 25d625aa0274b4c9845afd49a5c8f21aceb25073

@ -1 +0,0 @@
Subproject commit 5425563ca401253413578e80010ee91889436c2c

4
vimrc
View File

@ -1,4 +1,4 @@
set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch cot=menu si sta cpt=.,w,b,i tf foldmethod=syntax path+=** nocompatible sc nosmd cursorline listchars=trail,eol:,tab:\ list directory=$HOME/.vim/swap// set mouse=a cb=unnamed,unnamedplus wim=longest,list,full backspace=indent,eol,start cmdheight=1 bg=dark nu rnu incsearch cot=menu si sta cpt=.,w,b,i tf foldmethod=syntax path+=** nocompatible sc nosmd cursorline listchars=trail,eol:,tab:\ list directory=$HOME/.vim/swap// shortmess=asTI
filetype plugin indent on filetype plugin indent on
syntax on syntax on
colorscheme delek colorscheme delek
@ -26,7 +26,7 @@ autocmd FileType tex command! Comp execute 'silent !pdflatex %' <bar> redraw!
autocmd FileType less command! Comp execute 'silent !lessc % %:r.css' <bar> redraw! autocmd FileType less command! Comp execute 'silent !lessc % %:r.css' <bar> redraw!
autocmd FileType tex command! Compdoc execute 'silent !pandoc -t docx % -o %:r.docx' <bar> redraw! autocmd FileType tex command! Compdoc execute 'silent !pandoc -t docx % -o %:r.docx' <bar> redraw!
let g:lsc_server_commands = {'cpp': { 'command': 'clangd --completion-style=detailed --clang-tidy --all-scopes-completion -j=8 --background-index', 'suppress_stderr': v:true }, 'c': { 'command': 'clangd --completion-style=detailed --clang-tidy --all-scopes-completion -j=8 --background-index', 'suppress_stderr': v:true }} let g:lsc_server_commands = {'c': { 'command': 'clangd --completion-style=detailed --suggest-missing-includes --clang-tidy -j=8', 'suppress_stderr': v:true }}
let g:lsc_auto_map = v:true let g:lsc_auto_map = v:true
let g:lsc_enable_autocomplete = v:true let g:lsc_enable_autocomplete = v:true