nvim: add compiler explorer plugin

This commit is contained in:
tastytea 2022-09-06 05:58:05 +02:00
parent 7be834ccfd
commit 6b8f8ac01e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -174,6 +174,10 @@ require('packer').startup({ function(use)
'https://github.com/theHamsta/nvim-dap-virtual-text',
requires = 'https://github.com/mfussenegger/nvim-dap'
}
use {
'https://github.com/krady21/compiler-explorer.nvim',
requires = { 'https://github.com/nvim-lua/plenary.nvim' }
}
-- net
use { -- embed nvim in browsers