Migration of lspconfig to vim.lsp
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 39s

This commit is contained in:
nichkara
2025-10-12 10:03:04 +02:00
parent d55b376ba8
commit bfc3c57d19
3 changed files with 17 additions and 41 deletions

View File

@@ -24,6 +24,7 @@ local fixers = {
python = { "yapf" },
pascal = { "ptop" },
haskell = { "fourmolu" },
rust = { "rustfmt" },
}
vim.g.ale_linters = linters