all repos — dotfiles @ 7cdcb7b68b6aef8a9ba14dd73ae7e14adb2e6f00

my *nix dotfiles

chore(init.vim): supertab plugin and no text wrap
icyphox icyph0x@protonmail.com
Thu, 15 Mar 2018 23:04:29 +0530
commit

7cdcb7b68b6aef8a9ba14dd73ae7e14adb2e6f00

parent

4e417fb5e51b0ccb570d2377805ad93f355b22e6

1 files changed, 2 insertions(+), 0 deletions(-)

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

@@ -21,6 +21,7 @@ Plug 'godlygeek/tabular'

Plug 'tpope/vim-fugitive' Plug 'leafgarland/typescript-vim' Plug 'mxw/vim-jsx' +Plug 'ervandew/supertab' call plug#end()

@@ -39,6 +40,7 @@ set scrolloff=12

set rtp+=~/.fzf set timeout timeoutlen=3000 ttimeoutlen=100 set undodir=~/.vim/undodir +set nowrap colorscheme agila