mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-09 08:23:08 +00:00
Add firenvim (nvim in browser) plugin
This commit is contained in:
parent
f6c0441810
commit
4eee9b4398
2 changed files with 32 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue