astro-nvim-v3 - fix linter

This commit is contained in:
huyjaky
2025-01-02 21:15:25 +07:00
parent fa8ffc5e10
commit 193a915d3a
10 changed files with 61 additions and 126 deletions

View File

@@ -74,4 +74,22 @@ return {
})
end,
},
-- {
-- "neovim/nvim-lspconfig",
-- opts = function(_, opts)
-- local lspconfig = require "lspconfig"
-- -- Setup `jedi-language-server` for Python files
-- lspconfig.jedi_language_server.setup {
-- on_attach = opts.on_attach,
-- capabilities = opts.capabilities,
-- filetypes = { "python" },
-- }
-- -- Optionally, you can disable pyright
-- lspconfig.pyright.setup {
-- filetypes = {},
-- }
-- end,
-- },
}