formatting

This commit is contained in:
2025-05-09 00:16:55 -05:00
parent a6007ff694
commit f3bd08968a
2 changed files with 17 additions and 12 deletions

View File

@ -16,5 +16,6 @@ end)
-- change neovim root
map_local("n", "rt", function()
vim.api.nvim_set_current_dir(vim.b.netrw_curdir)
vim.notify("root dir updated: "..vim.b.netrw_curdir, vim.log.levels.LOW, { title = misc.appid })
vim.notify("root dir updated: "..vim.b.netrw_curdir, vim.log.levels.LOW,
{ title = misc.appid })
end)