Move linter and formater to one config. Add mason tool autoinstallerr

This commit is contained in:
CronyAkatsuki 2023-12-24 21:22:04 +01:00
parent c3aa716388
commit 949dde4a91
5 changed files with 61 additions and 38 deletions

View file

@ -152,6 +152,9 @@ require("lazy").setup({
-- additional linter support
"mfussenegger/nvim-lint",
-- mason autoinstaller for formatter's and linter's
"WhoIsSethDaniel/mason-tool-installer.nvim"
}, {
install = {
colorscheme = { "catppuccin" },