mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
removed nerdcommenter & vimpolyglot, added vim-commentary & vim-unimpaired
This commit is contained in:
parent
cc14ce9715
commit
0f3e91895e
@ -180,10 +180,10 @@ A repository of my personal configuration files.
|
|||||||
- [[https://github.com/fatih/vim-go][fatih/vim-go]]
|
- [[https://github.com/fatih/vim-go][fatih/vim-go]]
|
||||||
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
|
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
|
||||||
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
|
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
|
||||||
- [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]]
|
|
||||||
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
|
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
|
||||||
- [[https://github.com/sheerun/vim-polyglot][sheerun/vim-polyglot]]
|
- [[https://github.com/tpope/vim-commentary][tpope/vim-commentary]]
|
||||||
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
|
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
|
||||||
|
- [[https://github.com/tpope/vim-unimpaired][tpope/vim-unimpaired]]
|
||||||
- [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]]
|
- [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]]
|
||||||
-[[https://github.com/Yggdroot/indentLine][ Yggdroot/indentLine]]
|
-[[https://github.com/Yggdroot/indentLine][ Yggdroot/indentLine]]
|
||||||
*** UI
|
*** UI
|
||||||
|
@ -38,10 +38,10 @@
|
|||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'preservim/nerdcommenter'
|
|
||||||
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
Plug 'tpope/vim-unimpaired'
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'Yggdroot/indentLine'
|
Plug 'Yggdroot/indentLine'
|
||||||
" }
|
" }
|
||||||
@ -148,11 +148,6 @@
|
|||||||
map <C-e> :NERDTreeToggle<CR>
|
map <C-e> :NERDTreeToggle<CR>
|
||||||
" }
|
" }
|
||||||
|
|
||||||
" NerdCommenter {
|
|
||||||
" Add spaces after comment delimiters by default
|
|
||||||
let g:NERDSpaceDelims = 1
|
|
||||||
" }
|
|
||||||
|
|
||||||
" Airline {
|
" Airline {
|
||||||
" Enable powerline fonts
|
" Enable powerline fonts
|
||||||
let g:airline_powerline_fonts=1
|
let g:airline_powerline_fonts=1
|
||||||
|
Loading…
Reference in New Issue
Block a user