1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added hexokinase

This commit is contained in:
Ryan Kes 2020-03-16 16:04:22 +01:00
parent e54cec7e64
commit 068f19e941
2 changed files with 8 additions and 1 deletions

View File

@ -41,6 +41,7 @@ A repository of my personal configuration files.
- [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]] - [[https://github.com/caffeine-ng/caffeine-ng][caffeine-ng]]
- [[https://the.exa.website/][exa]] - [[https://the.exa.website/][exa]]
- [[https://github.com/junegunn/fzf][fzf]] - [[https://github.com/junegunn/fzf][fzf]]
- [[https://golang.org/][golang]]
- [[https://imagemagick.org/index.php][ImageMagick]] - [[https://imagemagick.org/index.php][ImageMagick]]
- [[https://github.com/canonical/lightdm][LightDM]] - [[https://github.com/canonical/lightdm][LightDM]]
- [[https://github.com/internalfx/mailcap][mailcap]] - [[https://github.com/internalfx/mailcap][mailcap]]
@ -134,6 +135,7 @@ A repository of my personal configuration files.
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]] - [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
- [[https://github.com/majutsushi/tagbar][majutsushi/tagbar]] - [[https://github.com/majutsushi/tagbar][majutsushi/tagbar]]
- [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]] - [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]]
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
- [[https://github.com/Shougo/deoplete.nvim][Shougo/deoplete.nvim]] - [[https://github.com/Shougo/deoplete.nvim][Shougo/deoplete.nvim]]
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]] - [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
- [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]] - [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]]

View File

@ -18,7 +18,7 @@
Plug 'farmergreg/vim-lastplace' Plug 'farmergreg/vim-lastplace'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'junegunn/fzf' Plug 'junegunn/fzf'
Plug 'kien/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
Plug 'mbbill/undotree' Plug 'mbbill/undotree'
Plug 'mhinz/vim-signify' Plug 'mhinz/vim-signify'
Plug 'myusuf3/numbers.vim' Plug 'myusuf3/numbers.vim'
@ -41,6 +41,7 @@
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'
endif endif
Plug 'preservim/nerdcommenter' Plug 'preservim/nerdcommenter'
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'Xuyuanp/nerdtree-git-plugin'
@ -185,4 +186,8 @@
\ 'html': ['/usr/bin/html-languageserver', '--stdio'] \ 'html': ['/usr/bin/html-languageserver', '--stdio']
\ } \ }
" } " }
" hexokinase {
set termguicolors
" }
" } " }