better diagnostics

This commit is contained in:
Christian Nieves
2024-01-12 00:25:29 -06:00
parent 523ff3068d
commit d3f28cd1da
3 changed files with 52 additions and 24 deletions

View File

@ -11,6 +11,16 @@ return {
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
},
{
"mawkler/modicator.nvim",
init = function()
-- These are required for Modicator to work
vim.o.cursorline = true
vim.o.number = true
vim.o.termguicolors = true
end,
opts = {},
},
{
"NvChad/nvim-colorizer.lua",
ft = "lua",