more!!! add python support and formatters and null ls to manage all...
that automatically also change my stylua.toml to ignore everything cause I don't like the way it formats stuff
This commit is contained in:
@ -15,6 +15,5 @@ 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 = core.misc.appid })
|
||||
vim.notify("root dir updated: "..vim.b.netrw_curdir)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user