mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
put firenvim back
This commit is contained in:
parent
d2bf2ed847
commit
6ee46aa267
1 changed files with 2 additions and 3 deletions
|
@ -78,12 +78,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
Plug 'mfussenegger/nvim-dap'
|
Plug 'mfussenegger/nvim-dap'
|
||||||
" File Explorer
|
" File Explorer
|
||||||
Plug 'kyazdani42/nvim-tree.lua'
|
Plug 'kyazdani42/nvim-tree.lua'
|
||||||
|
|
||||||
" Themes
|
" Themes
|
||||||
Plug 'christianchiarulli/nvcode-color-schemes.vim'
|
Plug 'christianchiarulli/nvcode-color-schemes.vim'
|
||||||
" Better Syntax Support
|
" Better Syntax Support
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
|
||||||
" Git
|
" Git
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
@ -93,7 +91,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
" Easily Create Gists
|
" Easily Create Gists
|
||||||
Plug 'mattn/vim-gist'
|
Plug 'mattn/vim-gist'
|
||||||
Plug 'mattn/webapi-vim'
|
Plug 'mattn/webapi-vim'
|
||||||
|
" Neovim in Browser
|
||||||
|
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(1) } }
|
||||||
" Webdev
|
" Webdev
|
||||||
" Auto change html tags
|
" Auto change html tags
|
||||||
Plug 'AndrewRadev/tagalong.vim'
|
Plug 'AndrewRadev/tagalong.vim'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue