changed plugins
parent
c71b3947d4
commit
18462bfb7b
|
|
@ -1,13 +1,11 @@
|
|||
|
||||
call plug#begin('~/.local/share/nvim/site/plugged')
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'rktjmp/lush.nvim'
|
||||
Plug 'tpope/vim-sensible'
|
||||
Plug '~/Dotfiles/nvim/theme/cyberqueer.nvim'
|
||||
Plug 'arecarn/vim-crunch'
|
||||
|
||||
Plug '2hdddg/fex.nvim'
|
||||
Plug 'akinsho/toggleterm.nvim', {'tag' : '*'}
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
call plug#end()
|
||||
colorscheme cyberqueer
|
||||
|
||||
|
|
@ -17,9 +15,6 @@ set number
|
|||
set cursorline
|
||||
set cursorcolumn
|
||||
|
||||
|
||||
lua require("toggleterm").setup()
|
||||
|
||||
" Set shift width to 4 spaces.
|
||||
set shiftwidth=4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue