Updated dotfiles

This commit is contained in:
Dreaded_X 2021-01-14 04:09:42 +01:00
parent 80ee563fb3
commit 385db48967
3 changed files with 6 additions and 1 deletions

View File

@ -13,3 +13,7 @@
[credential] [credential]
helper = /usr/lib/git-core/git-credential-libsecret helper = /usr/lib/git-core/git-credential-libsecret
[pull]
rebase = false
[init]
defaultBranch = master

View File

@ -141,6 +141,8 @@ let g:echodoc#type = 'signature'
" LanguageClient " LanguageClient
let g:LanguageClient_serverCommands = { let g:LanguageClient_serverCommands = {
\ 'cpp': ['clangd'], \ 'cpp': ['clangd'],
\ 'cc': ['clangd'],
\ 'c': ['clangd'],
\ 'python': ['pyls'], \ 'python': ['pyls'],
\ } \ }
let g:LanguageClient_diagnosticsDisplay = { let g:LanguageClient_diagnosticsDisplay = {

View File

@ -21,4 +21,3 @@ if [[ -s "${ZDOTDIR}/gitalias.zsh" ]]; then
fi fi
export GREP_COLORS="mt=01;32" export GREP_COLORS="mt=01;32"