format and stuff

This commit is contained in:
Christian Nieves
2023-06-23 15:03:45 -05:00
parent 7fff3e8486
commit 2ce85a8584
30 changed files with 1284 additions and 1044 deletions

View File

@ -1,7 +1,6 @@
local map = require("utils").map
require("neo-tree").setup({
hijack_netrw_behavior = "open_current"
hijack_netrw_behavior = "open_current",
})
map('n', '<C-n>', ':Neotree filesystem reveal toggle reveal_force_cwd<cr>')
map("n", "<C-n>", ":Neotree filesystem reveal toggle reveal_force_cwd<cr>")