diff options
| author | Nanderty <psopka@sopka.ch> | 2025-05-15 20:18:11 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-05-15 20:18:11 +0200 |
| commit | ac3be60f8ee8f75c89095db359e818ded5c3ab21 (patch) | |
| tree | afa8c88dc6255a9df7a6ece49f41c787d37656e1 | |
| parent | 4614b58ff7f2e4fb8baab5288ae6f5a799dd83af (diff) | |
| download | neovim-config-ac3be60f8ee8f75c89095db359e818ded5c3ab21.tar.gz neovim-config-ac3be60f8ee8f75c89095db359e818ded5c3ab21.tar.bz2 neovim-config-ac3be60f8ee8f75c89095db359e818ded5c3ab21.zip | |
fix mason
| -rw-r--r-- | lua/plugins/lsp.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index d353394..44d6c53 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -42,14 +42,6 @@ return { require('mason').setup() require('mason-lspconfig').setup() - require('mason-lspconfig').setup_handlers({ - function(server_name) - lspconfig[server_name].setup({ - on_attach = lsp_attach, - capabilities = lsp_capabilities, - }) - end, - }) end, }, } |
