Skip to content

Commit

Permalink
Vim.
Browse files Browse the repository at this point in the history
  • Loading branch information
dubiousdavid committed Nov 6, 2019
1 parent 1668ade commit 28b2d2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Plug 'honza/vim-snippets'
" Clojure
Plug 'tpope/vim-fireplace', {'for': 'clojure'}
Plug 'guns/vim-sexp', {'for': 'clojure'}
" Plug 'tpope/vim-sexp-mappings-for-regular-people', {'for': 'clojure'}
" Autocompletion
Plug 'ncm2/ncm2'
Plug 'roxma/nvim-yarp'
Expand All @@ -82,12 +81,10 @@ Plug 'prettier/vim-prettier', {
\ 'do': 'npm install',
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql'] }
" Linting
Plug 'w0rp/ale', {'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql']}
Plug 'dense-analysis/ale', {'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql']}
" Notes
Plug 'https://github.com/alok/notational-fzf-vim'
Plug 'junegunn/goyo.vim'
" Search highlighting
" Plug 'pgdouyon/vim-evanesco'
call plug#end()
" Color theme
colorscheme tir_black
Expand Down

0 comments on commit 28b2d2e

Please sign in to comment.