mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
So far, this is just based on mightymac. The other devices will be updated soon.
11 lines
No EOL
226 B
Lua
11 lines
No EOL
226 B
Lua
return{
|
|
"nvim-tree/nvim-tree.lua",
|
|
config = function ()
|
|
vim.g.loaded_netrw = 1
|
|
vim.g.loaded_netrwPlugin = 1
|
|
|
|
require('nvim-tree').setup()
|
|
|
|
vim.keymap.set('n', '<c-n>', ':NvimTreeFindFileToggle<CR>')
|
|
end
|
|
} |