added folders
This commit is contained in:
parent
7a1b4587c0
commit
3dccc4e020
5 changed files with 0 additions and 0 deletions
23
NeoVim/vim-plug/plugins.vim
Normal file
23
NeoVim/vim-plug/plugins.vim
Normal file
|
@ -0,0 +1,23 @@
|
|||
call plug#begin('~/.config/nvim/autoload/plugged')
|
||||
Plug 'junegunn/fzf', {'do': { -> fzf#install() }}
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'nvim-lualine/lualine.nvim'
|
||||
Plug 'sbdchd/neoformat'
|
||||
Plug 'romgrk/barbar.nvim'
|
||||
Plug 'kyazdani42/nvim-web-devicons'
|
||||
Plug 'airblade/vim-rooter'
|
||||
Plug 'rktjmp/lush.nvim'
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'scrooloose/NERDTree'
|
||||
Plug 'ap/vim-css-color'
|
||||
Plug 'https://gitlab.com/rawleyIfowler/melange'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'scrooloose/syntastic'
|
||||
Plug 'leafgarland/typescript-vim'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
call plug#end()
|
||||
lua << END
|
||||
require'lualine'.setup()
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue