Removing ale

This commit is contained in:
2025-06-01 23:20:42 +02:00
parent a7c86e74b1
commit 6d16c65e7b
8 changed files with 102 additions and 105 deletions

View File

@@ -155,13 +155,13 @@ return {
-- clangd = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
rust_analyzer = {},
ts_ls = {}, -- tsserver is deprecated
ruff = {},
pylsp = {