This commit is contained in:
Hendra 2024-10-02 13:34:32 +07:00
parent f957aa2af9
commit c887a96ef2
1 changed files with 2 additions and 16 deletions

View File

@ -522,8 +522,9 @@ require('lazy').setup({
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
tsserver = {},
ts_ls = {},
svelte = {},
ruby_lsp = {},
lua_ls = {
-- cmd = {...},
@ -692,7 +693,6 @@ require('lazy').setup({
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
{ name = 'copilot', group_index = 2 },
},
}
end,
@ -788,20 +788,6 @@ require('lazy').setup({
end,
},
{
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
event = 'InsertEnter',
config = function()
require('copilot').setup {}
end,
},
{
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
},
{
'elixir-tools/elixir-tools.nvim',
version = '*',