chore: move disabled specs to disabled.lua
This commit is contained in:
@@ -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',
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -3,11 +3,40 @@ return {
|
|||||||
-- disabled while testing ccc
|
-- disabled while testing ccc
|
||||||
'norcalli/nvim-colorizer.lua',
|
'norcalli/nvim-colorizer.lua',
|
||||||
enabled = false,
|
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
|
-- replaced with telescope-symbols
|
||||||
'ziontee113/icon-picker.nvim',
|
'ziontee113/icon-picker.nvim',
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
dependencies = {
|
||||||
|
'stevearc/dressing.nvim',
|
||||||
|
},
|
||||||
|
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
|
||||||
|
opts = {
|
||||||
|
disable_legacy_commands = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
-- TODO: decide between this, obsidian, and mkdnflow
|
-- TODO: decide between this, obsidian, and mkdnflow
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
return {
|
|
||||||
'ziontee113/icon-picker.nvim',
|
|
||||||
dependencies = {
|
|
||||||
'stevearc/dressing.nvim',
|
|
||||||
},
|
|
||||||
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
|
|
||||||
opts = {
|
|
||||||
disable_legacy_commands = true,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user