Adding copilot
This commit is contained in:
parent
ea21f3506c
commit
9ce4a5cf52
|
|
@ -13,6 +13,7 @@ require('lazy').setup({
|
|||
-- Plugins with default values
|
||||
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
||||
'numToStr/Comment.nvim', -- "gc" to comment visual regions/lines
|
||||
'github/copilot.vim', -- Copilot
|
||||
|
||||
-- One liners
|
||||
-- Highlight todo, notes, etc in comments
|
||||
|
|
@ -31,6 +32,7 @@ require('lazy').setup({
|
|||
require 'plugins_config/mini', -- Collections of useful mini plugins, like around/surround
|
||||
require 'plugins_config/tree-sitter', -- manage lint, indentation and some othe language related tasks
|
||||
require 'plugins_config/harpoon', -- Improve workflow for multiple files
|
||||
-- require 'plugins_config/copilot', -- copilot config
|
||||
|
||||
-- Broken configs/Testing config
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue