Skip to content

Commit 9bc8869

Browse files
committed
chore(neovim): Remove vim-mint as it was added to polygot
my pr for adding it to polygot was accepted sheerun/vim-polyglot#653
1 parent 888bbd7 commit 9bc8869

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configs/neovim/config/neovim/init.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Plug 'honza/vim-snippets' " Generic snippets
3232
let g:polyglot_disabled = ['coffee-script']
3333
Plug 'sheerun/vim-polyglot' " Generic syntax
3434
Plug 'jackguo380/vim-lsp-cxx-highlight',{'for':['cpp','ccls','clangd']} " With coc-clangd to provide highlighting
35-
Plug 'IrenejMarc/vim-mint' " Mint-lang
36-
"NOTE: The above wont be needed when my pr is merged into polygot
3735

3836
" Git
3937
Plug 'tpope/vim-fugitive'

0 commit comments

Comments
 (0)