diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:22:50 +0200 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:22:50 +0200 |
| commit | 072fe724915d2f8cb095958bf355a5ef103daab4 (patch) | |
| tree | f1f555de5393c9b2245201fed3a315c521370a06 | |
| parent | f0b21500e36cf3aef97668ac4e5977618938f4c6 (diff) | |
removed copilot plugin
| -rw-r--r-- | config/essentials/nvim/lua/user/packer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/nvim/lua/user/packer.lua b/config/essentials/nvim/lua/user/packer.lua index 3eda78f..94d4dff 100644 --- a/config/essentials/nvim/lua/user/packer.lua +++ b/config/essentials/nvim/lua/user/packer.lua @@ -49,7 +49,7 @@ return require('packer').startup(function(use) use('ojroques/vim-oscyank', {branch = "main"}) use("potamides/pantran.nvim") use('alx741/vinfo') - use('github/copilot.vim') + -- use('github/copilot.vim') -- objects use('michaeljsmith/vim-indent-object') |
