mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 17:19:01 +02:00
Adding lsp of terraform and github copilot
This commit is contained in:
parent
35e0890f10
commit
5616aef5ed
2 changed files with 9 additions and 0 deletions
7
lua/custom/plugins/github-copilot.lua
Normal file
7
lua/custom/plugins/github-copilot.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
opts = {},
|
||||
config = function()
|
||||
-- vim.g.copilot#enable()
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue