Removed unused files
This commit is contained in:
parent
548c62f559
commit
92d1850855
@ -1,5 +0,0 @@
|
|||||||
" =================Python==============================
|
|
||||||
let g:python3_host_prog="c:\\Scoop\\apps\\python\\current\\python.exe"
|
|
||||||
let g:python_host_prog="c:\\Python27\\python.exe"
|
|
||||||
" ===================Chromatica======================
|
|
||||||
let g:chromatica#libclang_path='C:\Tools\LLVM\bin\libclang.dll'
|
|
@ -1,5 +0,0 @@
|
|||||||
" =================Python==============================
|
|
||||||
let g:python3_host_prog="d:\\Scoop\\apps\\python\\current\\python.exe"
|
|
||||||
let g:python_host_prog="c:\\Python27\\python.exe"
|
|
||||||
" ===================Chromatica======================
|
|
||||||
let g:chromatica#libclang_path='D:\Tools\LLVM\bin\libclang.dll'
|
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"languageserver": {
|
|
||||||
"cquery": {
|
|
||||||
"command": "cquery",
|
|
||||||
"args": ["--log-file=/tmp/cq.log"],
|
|
||||||
"filetypes": ["c", "cpp"],
|
|
||||||
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"],
|
|
||||||
"initializationOptions": {
|
|
||||||
"cacheDirectory": "/tmp/cquery"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"languageserver": {
|
|
||||||
"clangd": {
|
|
||||||
"command": "clangd",
|
|
||||||
"filetypes": ["c", "cpp"],
|
|
||||||
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
21
ginit.vim
21
ginit.vim
@ -1,21 +0,0 @@
|
|||||||
" set mouse=a
|
|
||||||
if has("win32")
|
|
||||||
Guifont! Hack NF:h9
|
|
||||||
else
|
|
||||||
" Guifont DejaVu Sans Mono:h10
|
|
||||||
" Guifont Liberation Mono for Powerline:h9
|
|
||||||
" Guifont Droid Sans Mono for Powerline:h10
|
|
||||||
Guifont Source Code Pro for Powerline:h10
|
|
||||||
" Guifont Terminess Powerline:h10
|
|
||||||
end
|
|
||||||
" Paste with middle mouse click
|
|
||||||
vmap <LeftRelease> "*ygv
|
|
||||||
|
|
||||||
" Paste with <Shift> + <Insert>
|
|
||||||
imap <S-Insert> <C-R>*
|
|
||||||
|
|
||||||
" Use the default popup menu
|
|
||||||
GuiPopupmenu 0
|
|
||||||
|
|
||||||
:set guioptions=mlrb
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
" =================Python==============================
|
|
||||||
" let g:python3_host_prog="/usr/bin/python3"
|
|
||||||
" let g:python_host_prog="/usr/bin/python2"
|
|
||||||
" ===================Chromatica======================
|
|
@ -1,5 +0,0 @@
|
|||||||
" =================Python==============================
|
|
||||||
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
|
|
||||||
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
|
|
||||||
" ===================Chromatica======================
|
|
||||||
let g:chromatica#libclang_path='F:\Tools\LLVM\bin\libclang.dll'
|
|
Loading…
x
Reference in New Issue
Block a user