adding in context
This commit is contained in:
@@ -64,5 +64,6 @@ return require('packer').startup(function(use)
|
||||
}
|
||||
|
||||
use("f-person/git-blame.nvim")
|
||||
use("wellle/context.vim")
|
||||
|
||||
end)
|
||||
|
||||
@@ -109,6 +109,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/arjun.patel/.local/share/nvim/site/pack/packer/start/cmp_luasnip",
|
||||
url = "https://github.com/saadparwaiz1/cmp_luasnip"
|
||||
},
|
||||
["context.vim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/arjun.patel/.local/share/nvim/site/pack/packer/start/context.vim",
|
||||
url = "https://github.com/wellle/context.vim"
|
||||
},
|
||||
["copilot.vim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/arjun.patel/.local/share/nvim/site/pack/packer/start/copilot.vim",
|
||||
|
||||
Reference in New Issue
Block a user