chore: update plugin versions and comment disabled.lua
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
|
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
|
||||||
"trouble.nvim": { "branch": "main", "commit": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6" },
|
"trouble.nvim": { "branch": "main", "commit": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6" },
|
||||||
"twilight.nvim": { "branch": "main", "commit": "1584c0b0a979b71fd86b18d302ba84e9aba85b1b" },
|
"twilight.nvim": { "branch": "main", "commit": "1584c0b0a979b71fd86b18d302ba84e9aba85b1b" },
|
||||||
|
"undotree": { "branch": "master", "commit": "78b5241191852ffa9bb5da5ff2ee033160798c3b" },
|
||||||
"vim-be-good": { "branch": "master", "commit": "4fa57b7957715c91326fcead58c1fa898b9b3625" },
|
"vim-be-good": { "branch": "master", "commit": "4fa57b7957715c91326fcead58c1fa898b9b3625" },
|
||||||
"vim-fugitive": { "branch": "master", "commit": "320b18fba2a4f2fe3c8225c778c687e0d2620384" },
|
"vim-fugitive": { "branch": "master", "commit": "320b18fba2a4f2fe3c8225c778c687e0d2620384" },
|
||||||
"vim-illuminate": { "branch": "master", "commit": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa" },
|
"vim-illuminate": { "branch": "master", "commit": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa" },
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
|
-- disabled while testing ccc
|
||||||
'norcalli/nvim-colorizer.lua',
|
'norcalli/nvim-colorizer.lua',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
-- replaced with telescope-symbols
|
||||||
'ziontee113/icon-picker.nvim',
|
'ziontee113/icon-picker.nvim',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
-- TODO: configure this properly
|
||||||
'ThePrimeagen/harpoon',
|
'ThePrimeagen/harpoon',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
-- TODO: decide between this, obsidian, and mkdnflow
|
||||||
'renerocksai/telekasten.nvim',
|
'renerocksai/telekasten.nvim',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
@@ -24,10 +28,12 @@ return {
|
|||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
-- I don't think I'm going to need this
|
||||||
'tadmccorkle/markdown.nvim',
|
'tadmccorkle/markdown.nvim',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
-- torn between this and render-markdown,
|
||||||
'OXY2DEV/markview.nvim',
|
'OXY2DEV/markview.nvim',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
@@ -36,6 +42,12 @@ return {
|
|||||||
enabled = false,
|
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',
|
'JoosepAlviste/nvim-ts-context-commentstring',
|
||||||
dependencies = { 'numToStr/Comment.nvim' },
|
dependencies = { 'numToStr/Comment.nvim' },
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
|
|||||||
Reference in New Issue
Block a user