From dfe5665d96fb40de814804a4f88a53ab6fe9af19 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 2 Nov 2023 12:30:56 +0100 Subject: [PATCH] feat(plugins): Utilisation de la collection de plugins communautaire --- lua/user/init.lua | 7 +--- lua/user/plugins/colorschemes.lua | 13 ------- lua/user/plugins/community.lua | 33 ++++++++++++++++ lua/user/plugins/copilot.lua | 65 +++++++++++++++++-------------- lua/user/plugins/groovy.lua | 3 ++ 5 files changed, 72 insertions(+), 49 deletions(-) create mode 100644 lua/user/plugins/community.lua create mode 100644 lua/user/plugins/groovy.lua diff --git a/lua/user/init.lua b/lua/user/init.lua index d48e76b..77586c5 100644 --- a/lua/user/init.lua +++ b/lua/user/init.lua @@ -1,5 +1,5 @@ return { - colorscheme = "vscode", + colorscheme = "astrodark", -- This function is run last and is a good place to configuring -- augroups/autocommands and custom filetypes also this just pure lua so -- anything that doesn't fit in the normal config locations above can go here @@ -42,10 +42,5 @@ return { Jenkinsfile = "groovy", }, } - - -- Copilot - -- TODO: find a better way - vim.g.copilot_no_tab_map = true - vim.cmd("imap