start with neoformat, not configured correctly yet, added some mason ensure installed

This commit is contained in:
Aram Markarov
2025-12-11 00:07:23 +01:00
parent e1a41d945d
commit 126ee70634
5 changed files with 30 additions and 5 deletions
+10
View File
@@ -5,6 +5,16 @@ return {
require("actions-preview")
end,
},
{
"sbdchd/neoformat",
init = function()
vim.cmd(
"source"
.. vim.fn.stdpath "config"
.. "/lua/config/neoformat.vim"
)
end,
},
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "VeryLazy",