Skip to content

Commit b225b8c

Browse files
author
Prime Again
committed
automated dev commit
1 parent ec77b24 commit b225b8c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

lua/theprimeagen/lazy/golf.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
return {
2+
{ "vuciv/golf" },
3+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--[[
2+
return {
3+
"copilotlsp-nvim/copilot-lsp",
4+
init = function()
5+
vim.g.copilot_nes_debounce = 500
6+
vim.lsp.enable("copilot")
7+
vim.keymap.set("n", "<tab>", function()
8+
require("copilot-lsp.nes").apply_pending_nes()
9+
end)
10+
end,
11+
}
12+
--]]

0 commit comments

Comments
 (0)