feat: adding neotree
This commit is contained in:
parent
d891f4ac5a
commit
de4c01a8ef
2 changed files with 306 additions and 1 deletions
7
init.lua
7
init.lua
|
|
@ -74,6 +74,11 @@ require('lazy').setup({
|
|||
-- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-sleuth',
|
||||
|
||||
-- Snippets
|
||||
'SirVer/ultisnips',
|
||||
'honza/vim-snippets',
|
||||
'natebosch/dartlang-snippets',
|
||||
|
||||
-- NOTE: This is where your plugins related to LSP can be installed.
|
||||
-- The configuration is done below. Search for lspconfig to find it below.
|
||||
{
|
||||
|
|
@ -221,7 +226,7 @@ require('lazy').setup({
|
|||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
--
|
||||
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {})
|
||||
|
||||
-- [[ Setting options ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue