chore: update plugin versions and comment disabled.lua

This commit is contained in:
2024-12-07 18:51:58 -05:00
parent a9a691cad2
commit 039de7e803
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
"trouble.nvim": { "branch": "main", "commit": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6" },
"twilight.nvim": { "branch": "main", "commit": "1584c0b0a979b71fd86b18d302ba84e9aba85b1b" },
"undotree": { "branch": "master", "commit": "78b5241191852ffa9bb5da5ff2ee033160798c3b" },
"vim-be-good": { "branch": "master", "commit": "4fa57b7957715c91326fcead58c1fa898b9b3625" },
"vim-fugitive": { "branch": "master", "commit": "320b18fba2a4f2fe3c8225c778c687e0d2620384" },
"vim-illuminate": { "branch": "master", "commit": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa" },
+12
View File
@@ -1,17 +1,21 @@
return {
{
-- disabled while testing ccc
'norcalli/nvim-colorizer.lua',
enabled = false,
},
{
-- replaced with telescope-symbols
'ziontee113/icon-picker.nvim',
enabled = false,
},
{
-- TODO: configure this properly
'ThePrimeagen/harpoon',
enabled = false,
},
{
-- TODO: decide between this, obsidian, and mkdnflow
'renerocksai/telekasten.nvim',
enabled = false,
},
@@ -24,10 +28,12 @@ return {
enabled = false,
},
{
-- I don't think I'm going to need this
'tadmccorkle/markdown.nvim',
enabled = false,
},
{
-- torn between this and render-markdown,
'OXY2DEV/markview.nvim',
enabled = false,
},
@@ -36,6 +42,12 @@ return {
enabled = false,
},
{
-- does the same thing as git_files for yadm
'pschmitt/telescope-yadm.nvim',
enabled = false,
},
{
-- couldn't get this working..
'JoosepAlviste/nvim-ts-context-commentstring',
dependencies = { 'numToStr/Comment.nvim' },
event = 'VeryLazy',