aboutsummaryrefslogtreecommitdiff
path: root/.pluggins.vim
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-05 15:03:13 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-05 15:03:13 +0100
commit7d450ffb8caf12fa6bed250b6a67d3ecb237f904 (patch)
tree17cce63f88a01196de24bc02003cc9d23d0e1a5b /.pluggins.vim
parentc8766f9ff619ded055f658f4508800454d31dc36 (diff)
downloaddotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.gz
dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.bz2
dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.zip
Few adjuments for new distro, dual and single command for switching between single and dual screen
Diffstat (limited to '.pluggins.vim')
-rw-r--r--.pluggins.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pluggins.vim b/.pluggins.vim
index 6e2f7a2..35c0918 100644
--- a/.pluggins.vim
+++ b/.pluggins.vim
@@ -11,20 +11,20 @@ call plug#begin()
" better highlight syntax
Plug 'justinmk/vim-syntax-extra'
"Plug 'junegunn/goyo.vim' " focus mode
- Plug 'w0rp/ale' " lint
+ " Plug 'w0rp/ale' " lint
Plug 'maximbaz/lightline-ale'
Plug 'romainl/vim-cool' " disable highlight after search
"Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' } " markdown preview with math typeset
Plug 'vim-scripts/awk.vim'
Plug 'sheerun/vim-polyglot' " better syntax highlighting
- Plug 'neovimhaskell/haskell-vim' " vim haskell highlighting
+ " Plug 'neovimhaskell/haskell-vim' " vim haskell highlighting
Plug 'haya14busa/incsearch.vim' " better incsearch
" themes
"Plug 'mhartington/oceanic-next'
- "Plug 'joshdick/onedark.vim'
- Plug 'morhetz/gruvbox'
+ Plug 'joshdick/onedark.vim'
+ " Plug 'morhetz/gruvbox'
Plug 'shinchu/lightline-gruvbox.vim'
Plug 'dracula/vim', { 'as': 'dracula' }
"Plug 'jdkanani/vim-material-theme'