diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-16 19:34:12 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-16 19:34:12 +0100 |
| commit | 423133102d96556d121a97689be1f4f6542e320c (patch) | |
| tree | 552f25a2ee87542410568f886483cc39e085390c /plugin/lspconfig.lua | |
| parent | fba8830826fa88ef43d84fb051f90f11e4ae939b (diff) | |
| download | neovim-config-423133102d96556d121a97689be1f4f6542e320c.tar.gz neovim-config-423133102d96556d121a97689be1f4f6542e320c.tar.bz2 neovim-config-423133102d96556d121a97689be1f4f6542e320c.zip | |
wechsel auf lazy
Diffstat (limited to 'plugin/lspconfig.lua')
| -rw-r--r-- | plugin/lspconfig.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugin/lspconfig.lua b/plugin/lspconfig.lua deleted file mode 100644 index 398d1ae..0000000 --- a/plugin/lspconfig.lua +++ /dev/null @@ -1,20 +0,0 @@ -require('mason').setup() - -require('mason-lspconfig').setup({ - ensure_installed = { - } -}) - -local lsp_capabilities = require('cmp_nvim_lsp').default_capabilities() -local lsp_attach = function(client, bufnr) -end - -local lspconfig = require('lspconfig') -require('mason-lspconfig').setup_handlers({ - function(server_name) - lspconfig[server_name].setup({ - on_attach = lsp_attach, - capabilities = lsp_capabilities, - }) - end, -}) |
