diff options
| -rw-r--r-- | dotfiles/nvim/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 = {} }, |