mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Merge branch 'main' of github.com:Matir/skel
This commit is contained in:
@@ -10,35 +10,36 @@
|
|||||||
.cargo
|
.cargo
|
||||||
.config/discord
|
.config/discord
|
||||||
.config/gcloud/logs
|
.config/gcloud/logs
|
||||||
|
.config/google-chrome
|
||||||
|
.config/google-chrome-beta
|
||||||
|
.config/unity3d/cache
|
||||||
.dropbox-dist
|
.dropbox-dist
|
||||||
.gnupg.bak
|
.gnupg.bak
|
||||||
.gradle
|
.gradle
|
||||||
.histfile
|
.histfile
|
||||||
.kube/cache
|
.kube/cache
|
||||||
|
.local/lib
|
||||||
.local/share/Steam
|
.local/share/Steam
|
||||||
.local/share/Trash
|
.local/share/Trash
|
||||||
.local/lib
|
|
||||||
.m2
|
.m2
|
||||||
|
.minikube
|
||||||
.npm
|
.npm
|
||||||
.p2
|
.p2
|
||||||
.rvm*
|
.platformio
|
||||||
.rustup
|
.rustup
|
||||||
|
.rvm*
|
||||||
.sliver
|
.sliver
|
||||||
.sqlite_history
|
.sqlite_history
|
||||||
.thumbnails
|
.thumbnails
|
||||||
.virtualenvs
|
.virtualenvs
|
||||||
.wine
|
.wine
|
||||||
|
.xsession-errors*
|
||||||
.zcompdump
|
.zcompdump
|
||||||
.zcompdump*
|
.zcompdump*
|
||||||
Audits
|
Audits
|
||||||
Downloads
|
Downloads
|
||||||
SpiderOak Hive
|
SpiderOak Hive
|
||||||
|
Unity
|
||||||
VirtualBox VMs
|
VirtualBox VMs
|
||||||
tmp
|
tmp
|
||||||
tools
|
tools
|
||||||
.minikube
|
|
||||||
.config/unity3d/cache
|
|
||||||
.xsession-errors*
|
|
||||||
.config/google-chrome-beta
|
|
||||||
.config/google-chrome
|
|
||||||
Unity
|
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
|
|||||||
" Currently only works on debian-based systems...
|
" Currently only works on debian-based systems...
|
||||||
" It also does not play nicely with virtual envs, so we skip it then
|
" It also does not play nicely with virtual envs, so we skip it then
|
||||||
if isdirectory("/usr/share/vim-youcompleteme") && empty($VIRTUAL_ENV)
|
if isdirectory("/usr/share/vim-youcompleteme") && empty($VIRTUAL_ENV)
|
||||||
let g:ycm_gopls_binary_path='gopls'
|
"let g:ycm_gopls_binary_path='gopls'
|
||||||
let g:ycm_autoclose_preview_window_after_insertion=1
|
let g:ycm_autoclose_preview_window_after_insertion=1
|
||||||
set runtimepath+=/usr/share/vim-youcompleteme
|
set runtimepath+=/usr/share/vim-youcompleteme
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user