From 0b453a26b0edc7c56a5cd8b546f1c3e5d49e1d20 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 17 Mar 2024 23:32:21 +0100 Subject: Dotfiles: Nvim: Install copilot --- dotfiles/nvim/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua index 057cfcd..173f214 100644 --- a/dotfiles/nvim/init.lua +++ b/dotfiles/nvim/init.lua @@ -231,12 +231,13 @@ require('lazy').setup({ -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc. + 'direnv/direnv.vim', + 'github/copilot.vim', -- -- Use `opts = {}` to force a plugin to be loaded. -- -- This is equivalent to: -- require('Comment').setup({}) - 'direnv/direnv.vim', -- "gc" to comment visual regions/lines { 'numToStr/Comment.nvim', opts = {} }, -- cgit 1.4.1