gave up on ahk lsp

This commit is contained in:
Dario48true 2023-11-15 18:04:17 +01:00
parent 2c85151e73
commit 9af503e493
2 changed files with 0 additions and 8 deletions

View file

@ -1,6 +0,0 @@
return {
"DasGandlaf/nvim-autohotkey",
config = function ()
require("nvim-autohotkey")
end
}

View file

@ -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'},