Updated dotfiles
This commit is contained in:
parent
80ee563fb3
commit
385db48967
|
@ -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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -21,4 +21,3 @@ if [[ -s "${ZDOTDIR}/gitalias.zsh" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GREP_COLORS="mt=01;32"
|
export GREP_COLORS="mt=01;32"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user