updates config including adding nvim-tree

This commit is contained in:
austindaily 2024-03-25 21:48:00 -04:00
parent af4fd2355f
commit ccb827f72d
6 changed files with 883 additions and 9 deletions

2
lua/kickstart/remap.lua Normal file
View file

@ -0,0 +1,2 @@
-- Remap to avoid :Ex
vim.keymap.set('n', '<leader>jf', vim.cmd.Ex)