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:
Squibid 2025-06-11 03:21:25 -04:00
parent e830931ff4
commit 9ea9d9f516
Signed by: squibid
GPG key ID: BECE5684D3C4005D
14 changed files with 352 additions and 43 deletions

View file

@ -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)