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

@@ -103,3 +103,10 @@ vim.api.nvim_create_autocmd({ "BufLeave" }, {
pattern = { "*.nix" },
callback = close_nix_interpreter,
})
vim.filetype.add({
extension = {
bf = "brainfuck",
},
})