mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
start with neoformat, not configured correctly yet, added some mason ensure installed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user