all repos — dotfiles @ a6f06d75a4d3fa2f326bca17d96800cc5a9d71ef

my *nix dotfiles

chore(init.vim): switch to old copy

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 30 Oct 2018 11:03:36 +0530
commit

a6f06d75a4d3fa2f326bca17d96800cc5a9d71ef

parent

f5cd84099f2fd41f1084e479482c892b1b70cf9a

1 files changed, 6 insertions(+), 5 deletions(-)

jump to
M config/nvim/init.vimconfig/nvim/init.vim

@@ -16,6 +16,7 @@ Plug 'reedes/vim-litecorrect', { 'for': ['text', 'markdown'] }

Plug 'junegunn/goyo.vim', { 'for': ['text', 'markdown'] } Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } " }}} +Plug 'chriskempson/base16-vim' Plug 'ervandew/supertab' Plug 'yuttie/comfortable-motion.vim' Plug 'zchee/deoplete-jedi'

@@ -42,6 +43,7 @@

" basic settings set swapfile set dir=/tmp +set number set smartcase syntax on filetype plugin indent on

@@ -93,7 +95,7 @@ \ 'no' : 'N·Operator Pending ',

\ 'v' : 'VISUAL ', \ 'V' : 'V·Line ', \ '' : 'V·Block', - \ 's' : 'SELECT', + \ 's' : 'Select ', \ 'S' : 'S·Line ', \ '' : 'S·Block', \ 'i' : 'INSERT ',

@@ -102,7 +104,7 @@ \ 'Rv' : 'V·Replace ',

\ 'c' : 'Command ', \ 'cv' : 'Vim Ex ', \ 'ce' : 'Ex ', - \ 'r' : 'PROMPT', + \ 'r' : 'Prompt ', \ 'rm' : 'MORE ', \ 'r?' : 'CONFIRM ', \ '!' : 'SHELL ',

@@ -113,7 +115,7 @@ set statusline+=%#PrimaryBlock#

set statusline+=\ %{g:currentmode[mode()]} set statusline+=%#TabLineSel# set statusline+=%{StatuslineGit()} -set statusline+=%#TertiaryBlock# +set statusline+=%#TabLineFill# set statusline+=\ %f\ set statusline+=%m set statusline+=%=

@@ -176,8 +178,7 @@ " comments are italicized

hi Comment cterm=italic " color overrides hi CursorLine ctermbg=none -hi Visual ctermfg=white ctermbg=darkgray -hi Comment ctermfg=darkgray +hi Visual ctermfg=15 " vim-markdown