Added all new files

This commit is contained in:
Jef Roosens 2021-02-01 09:41:32 +01:00
parent b8ca691fa7
commit 136afdf82d
11 changed files with 62 additions and 27 deletions

View file

@ -4,7 +4,7 @@ call plug#begin('~/.config/nvim/plugged')
" Gutentags creates a ctags file asynchronously. This allows me to jump to
" definitions easily.
Plug 'ludovicchabant/vim-gutentags', { 'commit': '31c0ead' }
" Plug 'ludovicchabant/vim-gutentags', { 'commit': '31c0ead' }
" File navigation
Plug 'ctrlpvim/ctrlp.vim'
@ -58,4 +58,6 @@ Plug 'godlygeek/tabular'
" Some auto-complete for haskell
Plug 'neovimhaskell/haskell-vim'
Plug 'vmchale/ion-vim'
call plug#end()

View file

@ -55,3 +55,6 @@ set undodir=./.vim/undo//
" Increases speed of CoC and Gitgutter
set updatetime=250
" Make Vim use pipes instead of temp files when running commands
" set noshelltemp

0
init/terminal.vim Normal file
View file