neo-nvim-tree

This commit is contained in:
naman 2024-02-08 01:13:07 +05:30
parent dbda320fd8
commit 0bfc1dc00e
3 changed files with 40 additions and 20 deletions

View file

@ -43,6 +43,8 @@ P.S. You can delete this when you're done too. It's your config now :)
-- NOTE: Must happen before plugins are required (otherwise wrong leader will be used)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.g.loaded_netrw = 0
vim.g.loaded_netrwPlugin = 0
-- [[ Install `lazy.nvim` plugin manager ]]
-- https://github.com/folke/lazy.nvim
@ -229,7 +231,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 ]]