From 92d1850855eee7888a2d2154ca14fbb2cf79a84b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 12 Oct 2021 23:27:07 +0200 Subject: [PATCH] Removed unused files --- LUL9KAMW.vim | 5 ----- UUL4JKMG.vim | 5 ----- coc-settings.json | 13 ------------- coc-settings_win.json | 9 --------- ginit.vim | 21 --------------------- perryLinux64.vim | 4 ---- perryWin64.vim | 5 ----- 7 files changed, 62 deletions(-) delete mode 100644 LUL9KAMW.vim delete mode 100644 UUL4JKMG.vim delete mode 100644 coc-settings.json delete mode 100644 coc-settings_win.json delete mode 100644 ginit.vim delete mode 100644 perryLinux64.vim delete mode 100644 perryWin64.vim diff --git a/LUL9KAMW.vim b/LUL9KAMW.vim deleted file mode 100644 index bf3d37a..0000000 --- a/LUL9KAMW.vim +++ /dev/null @@ -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' diff --git a/UUL4JKMG.vim b/UUL4JKMG.vim deleted file mode 100644 index 083203c..0000000 --- a/UUL4JKMG.vim +++ /dev/null @@ -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' diff --git a/coc-settings.json b/coc-settings.json deleted file mode 100644 index c1e478b..0000000 --- a/coc-settings.json +++ /dev/null @@ -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" - } - } - } -} diff --git a/coc-settings_win.json b/coc-settings_win.json deleted file mode 100644 index d24889b..0000000 --- a/coc-settings_win.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "languageserver": { - "clangd": { - "command": "clangd", - "filetypes": ["c", "cpp"], - "rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"] - } - } -} diff --git a/ginit.vim b/ginit.vim deleted file mode 100644 index c001d34..0000000 --- a/ginit.vim +++ /dev/null @@ -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 "*ygv - -" Paste with + -imap * - -" Use the default popup menu -GuiPopupmenu 0 - -:set guioptions=mlrb - diff --git a/perryLinux64.vim b/perryLinux64.vim deleted file mode 100644 index 636cdfe..0000000 --- a/perryLinux64.vim +++ /dev/null @@ -1,4 +0,0 @@ -" =================Python============================== -" let g:python3_host_prog="/usr/bin/python3" -" let g:python_host_prog="/usr/bin/python2" -" ===================Chromatica====================== diff --git a/perryWin64.vim b/perryWin64.vim deleted file mode 100644 index 14c8d0c..0000000 --- a/perryWin64.vim +++ /dev/null @@ -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'