Add additional linter support.
This commit is contained in:
parent
b43f18fec9
commit
c3aa716388
2 changed files with 24 additions and 0 deletions
|
@ -149,6 +149,9 @@ require("lazy").setup({
|
|||
|
||||
-- additional formater support
|
||||
"stevearc/conform.nvim",
|
||||
|
||||
-- additional linter support
|
||||
"mfussenegger/nvim-lint",
|
||||
}, {
|
||||
install = {
|
||||
colorscheme = { "catppuccin" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue