adding in commenting with gcc and gbc

This commit is contained in:
Arjun Patel
2023-05-17 06:43:54 -07:00
parent 9cf15b8db7
commit 515daed4f8
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -66,4 +66,11 @@ return require('packer').startup(function(use)
use("f-person/git-blame.nvim")
use("wellle/context.vim")
use {
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
end
}
end)
+10
View File
@@ -74,6 +74,12 @@ end
time([[try_loadstring definition]], false)
time([[Defining packer_plugins]], true)
_G.packer_plugins = {
["Comment.nvim"] = {
config = { "\27LJ\2\n5\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\fComment\frequire\0" },
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/Comment.nvim",
url = "https://github.com/numToStr/Comment.nvim"
},
LuaSnip = {
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip",
@@ -222,6 +228,10 @@ time([[Defining packer_plugins]], false)
time([[Config for rose-pine]], true)
try_loadstring("\27LJ\2\n9\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\26colorscheme rose-pine\bcmd\bvim\0", "config", "rose-pine")
time([[Config for rose-pine]], false)
-- Config for: Comment.nvim
time([[Config for Comment.nvim]], true)
try_loadstring("\27LJ\2\n5\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\fComment\frequire\0", "config", "Comment.nvim")
time([[Config for Comment.nvim]], false)
_G._packer.inside_compile = false
if _G._packer.needs_bufread == true then