update nvim plugin configs

This commit is contained in:
2025-08-29 21:12:30 -04:00
parent d4bc931c8b
commit 3648c8707e
13 changed files with 166 additions and 126 deletions
+6 -12
View File
@@ -38,6 +38,10 @@ return {
disable_legacy_commands = true,
},
},
{
'mzlogin/vim-markdown-toc',
ft = 'markdown',
},
{
'epwalsh/obsidian.nvim',
enabled = false,
@@ -59,12 +63,12 @@ return {
'nvim-treesitter/nvim-treesitter',
'nvim-tree/nvim-web-devicons',
},
ft = 'markdown',
ft = { 'markdown', 'telekasten' },
},
{
'MeanderingProgrammer/render-markdown.nvim',
enabled = false,
ft = 'markdown',
ft = { 'markdown', 'telekasten' },
},
{
'nvim-telescope/telescope-frecency.nvim',
@@ -96,16 +100,6 @@ return {
require('telescope').load_extension('frecency')
end,
},
{
-- couldn't get this working..
'JoosepAlviste/nvim-ts-context-commentstring',
enabled = false,
dependencies = { 'numToStr/Comment.nvim' },
event = 'VeryLazy',
opts = {
enable_autocmd = false,
},
},
{
'mbbill/undotree',
enabled = true,