From cc0ab9236fdaf47a48da25db78660424c24a1b8c Mon Sep 17 00:00:00 2001 From: mehdi fajraoui Date: Sat, 23 Mar 2024 01:46:26 +0100 Subject: [PATCH] feat(init, copilot) added last plugins and copilot --- init.lua | 9 +++++---- lua/custom/plugins/copilot.lua | 5 +++++ pack/github/start/copilot.vim | 1 + 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 lua/custom/plugins/copilot.lua create mode 160000 pack/github/start/copilot.vim diff --git a/init.lua b/init.lua index b4200173..2e6f070a 100644 --- a/init.lua +++ b/init.lua @@ -585,6 +585,7 @@ require('lazy').setup({ -- But for many setups, the LSP (`tsserver`) will work just fine tsserver = {}, angularls = {}, + cssls = {}, lua_ls = { -- cmd = {...}, @@ -873,16 +874,16 @@ require('lazy').setup({ -- Here are some example plugins that I've included in the Kickstart repository. -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- - -- require 'kickstart.plugins.debug', - -- require 'kickstart.plugins.indent_line', - -- require 'kickstart.plugins.lint', + require 'kickstart.plugins.debug', + require 'kickstart.plugins.indent_line', + require 'kickstart.plugins.lint', -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 00000000..88cb3b9a --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,5 @@ +return { + { + 'github/copilot.vim', + }, +} diff --git a/pack/github/start/copilot.vim b/pack/github/start/copilot.vim new file mode 160000 index 00000000..9484e35c --- /dev/null +++ b/pack/github/start/copilot.vim @@ -0,0 +1 @@ +Subproject commit 9484e35cf222e9360e05450622a884f95c662c4c