chore: move disabled specs to disabled.lua

This commit is contained in:
2024-12-10 21:27:15 -05:00
parent b633f692f5
commit 35e77f2a6d
3 changed files with 30 additions and 36 deletions
-25
View File
@@ -1,25 +0,0 @@
return {
'norcalli/nvim-colorizer.lua',
ft = {
'markdown',
'javascript',
'html',
'css',
'python',
'json',
'lua',
'toml',
'yaml',
},
opts = {
'css',
'javascript',
'html',
'markdown',
'python',
'json',
'lua',
'toml',
'yaml',
},
}
+29
View File
@@ -3,11 +3,40 @@ return {
-- disabled while testing ccc
'norcalli/nvim-colorizer.lua',
enabled = false,
ft = {
'markdown',
'javascript',
'html',
'css',
'python',
'json',
'lua',
'toml',
'yaml',
},
opts = {
'css',
'javascript',
'html',
'markdown',
'python',
'json',
'lua',
'toml',
'yaml',
},
},
{
-- replaced with telescope-symbols
'ziontee113/icon-picker.nvim',
enabled = false,
dependencies = {
'stevearc/dressing.nvim',
},
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
opts = {
disable_legacy_commands = true,
},
},
{
-- TODO: decide between this, obsidian, and mkdnflow
-10
View File
@@ -1,10 +0,0 @@
return {
'ziontee113/icon-picker.nvim',
dependencies = {
'stevearc/dressing.nvim',
},
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
opts = {
disable_legacy_commands = true,
},
}