Skip to content

Commit

Permalink
remove useless lang-specific plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jul 3, 2022
1 parent 5408988 commit 60c34ff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ call plug#begin()
" catpuccin colorscheme
Plug 'catppuccin/nvim', {'as': 'catppuccin'}

" JavaScript Highlight & Improved Indentation
Plug 'pangloss/vim-javascript'

" Typescript Syntax Highlight
Plug 'leafgarland/typescript-vim'

" rust support
Plug 'rust-lang/rust.vim'

" file-tree explorer
Plug 'kyazdani42/nvim-tree.lua'
Plug 'kyazdani42/nvim-web-devicons'
Expand Down

0 comments on commit 60c34ff

Please sign in to comment.