more fixups

This commit is contained in:
Barrett Ruth 2026-02-11 14:42:25 -05:00
parent 44d03fb8ad
commit 831806c2dc
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 21 additions and 31 deletions

View file

@ -348,30 +348,4 @@ return {
{ 'ySs', mode = 'n' },
},
},
{
'saghen/blink.indent',
opts = {
blocked = {
filetypes = {
include_defaults = true,
'fugitive',
'markdown',
'typst',
'git',
},
},
static = {
char = '',
},
scope = { enabled = false },
},
},
{
'zeybek/camouflage.nvim',
event = 'VeryLazy',
config = true,
keys = {
{ '<leader>C', '<cmd>CamouflageToggle<cr>', desc = 'Toggle Camouflage' },
},
}
}