changed plugins

main
The_miro 2025-03-25 13:47:42 +01:00
parent c71b3947d4
commit 18462bfb7b
1 changed files with 2 additions and 7 deletions

View File

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