Add firenvim (nvim in browser) plugin

This commit is contained in:
ItsDrike 2021-12-08 22:34:30 +01:00
parent f6c0441810
commit 4eee9b4398
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
2 changed files with 32 additions and 0 deletions

View file

@ -57,6 +57,11 @@ local plugin_list = {
after = "fzf",
requires = { "stsewd/fzf-checkout.vim", opt = true },
},
{
'glacambre/firenvim',
config = get_plugin_file("firenvim.lua"),
run = function() vim.fn['firenvim#install'](0) end
},
-- {
-- "neovim/nvim-lspconfig",
-- "williamboman/nvim-lsp-installer",