Nvim: add compiler-explorer as godbolt interface

This commit is contained in:
2022-09-10 00:18:26 +02:00
parent 6d352502a0
commit 87785b5e59

View File

@@ -38,6 +38,8 @@ Plug 'andymass/vim-matchup'
Plug 'folke/which-key.nvim' Plug 'folke/which-key.nvim'
Plug 'numToStr/Comment.nvim' Plug 'numToStr/Comment.nvim'
Plug 'danymat/neogen' Plug 'danymat/neogen'
Plug 'krady21/compiler-explorer.nvim'
" }}} " }}}
" Completion {{{ " Completion {{{