diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-25 20:17:53 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-25 20:17:53 +0200 |
| commit | 21f19f25f1ac0727f608c53f0de7a3b6701499ca (patch) | |
| tree | a552c77ff6379286a4d52a29930a2dcb39d7d358 | |
| parent | 0efd381ea3ad13e075a1623acf4bbecbf952fff7 (diff) | |
| parent | ac3be60f8ee8f75c89095db359e818ded5c3ab21 (diff) | |
| download | neovim-config-21f19f25f1ac0727f608c53f0de7a3b6701499ca.tar.gz neovim-config-21f19f25f1ac0727f608c53f0de7a3b6701499ca.tar.bz2 neovim-config-21f19f25f1ac0727f608c53f0de7a3b6701499ca.zip | |
Merge branch 'master' of /home/Nanderty/git/neovim-config
| -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, }, } |
