From c887a96ef2fd699b8b7ff8b1bcd511ad91c06ec3 Mon Sep 17 00:00:00 2001 From: Hendra Date: Wed, 2 Oct 2024 13:34:32 +0700 Subject: [PATCH] Updates --- init.lua | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/init.lua b/init.lua index 29af4bae..e5c91f45 100644 --- a/init.lua +++ b/init.lua @@ -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 = '*',