Add Neotree plugin to vim
This commit is contained in:
parent
60f7d3fa45
commit
25e31beaff
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ use {
|
||||||
'neovim/nvim-lspconfig';
|
'neovim/nvim-lspconfig';
|
||||||
{ 'nvim-telescope/telescope.nvim', requires = { 'nvim-lua/plenary.nvim' } };
|
{ 'nvim-telescope/telescope.nvim', requires = { 'nvim-lua/plenary.nvim' } };
|
||||||
{ 'nvim-treesitter/nvim-treesitter', { cmd = 'TSUpdate' } };
|
{ 'nvim-treesitter/nvim-treesitter', { cmd = 'TSUpdate' } };
|
||||||
|
{ 'nvim-neo-tree/neo-tree.nvim',
|
||||||
|
branch = "v2.x",
|
||||||
|
requires = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'leafo/moonscript-vim';
|
||||||
'pigpigyyy/Yuescript-vim';
|
'pigpigyyy/Yuescript-vim';
|
||||||
'vim-scripts/openscad.vim';
|
'vim-scripts/openscad.vim';
|
||||||
'wbthomason/packer.nvim';
|
'wbthomason/packer.nvim';
|
||||||
|
|
Loading…
Reference in a new issue