Removed unused files

This commit is contained in:
Oliver Hartmann 2021-10-12 23:27:07 +02:00
parent 548c62f559
commit 92d1850855
7 changed files with 0 additions and 62 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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"
}
}
}
}

View File

@ -1,9 +0,0 @@
{
"languageserver": {
"clangd": {
"command": "clangd",
"filetypes": ["c", "cpp"],
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"]
}
}
}

View File

@ -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

View File

@ -1,4 +0,0 @@
" =================Python==============================
" let g:python3_host_prog="/usr/bin/python3"
" let g:python_host_prog="/usr/bin/python2"
" ===================Chromatica======================

View File

@ -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'