aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-09-08 18:54:08 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-09-08 18:55:49 -0400
commit263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf (patch)
tree3b9a28c5ab19f49f29ede2e71bad271d80563da1
parentebd8d5731cb35fdfbc28214b3a9ddf991c103230 (diff)
downloadvim-cfg-263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf.tar.gz
vim-cfg-263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf.tar.xz
Add hybrid themes. Add ctags and clag lib path for Ubuntu and Void
-rw-r--r--.gitmodules6
-rw-r--r--init.vim19
m---------pack/themes/start/hybrid0
m---------pack/themes/start/hybrid-orig0
4 files changed, 20 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index add1721..a244c0d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -73,3 +73,9 @@
[submodule "pack/plugins/start/fugitive"]
path = pack/plugins/start/fugitive
url = https://github.com/tpope/vim-fugitive
+[submodule "pack/themes/start/hybrid"]
+ path = pack/themes/start/hybrid
+ url = https://github.com/kristijanhusak/vim-hybrid-material
+[submodule "pack/themes/start/hybrid-orig"]
+ path = pack/themes/start/hybrid-orig
+ url = https://github.com/w0ng/vim-hybrid
diff --git a/init.vim b/init.vim
index f9a550e..cf77159 100644
--- a/init.vim
+++ b/init.vim
@@ -62,12 +62,17 @@ let g:netrw_liststyle=3
" Useful on some terminals, not always supported in old tmux versions
" set termguicolors
" let g:airline_theme="monochrome"
-let g:airline_theme="distinguished"
+" let g:airline_theme="distinguished"
+let g:airline_theme="hybrid"
-colorscheme 256_noir
+" colorscheme 256_noir
" colorscheme distinguished
" colorscheme sane
+set background=dark
+let g:hybrid_transparent_background = 1
+colorscheme hybrid_material
+
set guifont=ProFontOTB\ 11
if has("gui_running")
@@ -95,14 +100,18 @@ let g:syntastic_always_populate_loc_list = 1
" Commenting in and out blocks can be done with `gc`
" https://github.com/tpope/vim-commentary
-nmap <F8> :TagbarToggle<CR>
-let g:tagbar_ctags_bin='uctags'
" For improved Go support
" go get github.com/jstemmer/gotags
+nmap <F8> :TagbarToggle<CR>
+" let g:tagbar_ctags_bin='uctags'
+" let g:tagbar_ctags_bin='uctags'
+let g:tagbar_ctags_bin='ctags'
" For clang complete
" path to directory where library can be found
-let g:clang_library_path='/usr/local/lib'
+" let g:clang_library_path='/usr/local/lib'
+" let g:clang_library_path='/usr/lib/clang/12/lib'
+let g:clang_library_path='/usr/lib/llvm-12/lib/libclang.so'
" package clang-tools-extra on OpenBSD provides the library
diff --git a/pack/themes/start/hybrid b/pack/themes/start/hybrid
new file mode 160000
+Subproject ad031275c63a05b6acb6014a2401d8719a290bd
diff --git a/pack/themes/start/hybrid-orig b/pack/themes/start/hybrid-orig
new file mode 160000
+Subproject cc58baabeabc7b83768e25b852bf89c34756bf9