gave up on ahk lsp
This commit is contained in:
parent
2c85151e73
commit
9af503e493
2 changed files with 0 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
"DasGandlaf/nvim-autohotkey",
|
|
||||||
config = function ()
|
|
||||||
require("nvim-autohotkey")
|
|
||||||
end
|
|
||||||
}
|
|
|
@ -35,8 +35,6 @@ return {
|
||||||
local cmp = require('cmp')
|
local cmp = require('cmp')
|
||||||
local cmp_action = lsp_zero.cmp_action()
|
local cmp_action = lsp_zero.cmp_action()
|
||||||
|
|
||||||
cmp.setup.filetype({ 'autohotkey' }, {sources = { { name = 'autohotkey' } },})
|
|
||||||
|
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
sources = {
|
sources = {
|
||||||
{name = 'nvim_lsp'},
|
{name = 'nvim_lsp'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue