From 9af503e493516aa9448eb631228cad19eced3363 Mon Sep 17 00:00:00 2001 From: Dario48true Date: Wed, 15 Nov 2023 18:04:17 +0100 Subject: [PATCH] gave up on ahk lsp --- lua/Dario48/plugins/ahk.lua | 6 ------ lua/Dario48/plugins/lsp-zero.lua | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 lua/Dario48/plugins/ahk.lua diff --git a/lua/Dario48/plugins/ahk.lua b/lua/Dario48/plugins/ahk.lua deleted file mode 100644 index 897f0d3..0000000 --- a/lua/Dario48/plugins/ahk.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - "DasGandlaf/nvim-autohotkey", - config = function () - require("nvim-autohotkey") - end -} diff --git a/lua/Dario48/plugins/lsp-zero.lua b/lua/Dario48/plugins/lsp-zero.lua index c731b20..062d8bd 100644 --- a/lua/Dario48/plugins/lsp-zero.lua +++ b/lua/Dario48/plugins/lsp-zero.lua @@ -35,8 +35,6 @@ return { local cmp = require('cmp') local cmp_action = lsp_zero.cmp_action() - cmp.setup.filetype({ 'autohotkey' }, {sources = { { name = 'autohotkey' } },}) - cmp.setup({ sources = { {name = 'nvim_lsp'},