Replaced nvim-colorizer with nvim-highlight-colors
This commit is contained in:
parent
2f1c347a24
commit
19512716ec
@ -55,12 +55,12 @@
|
||||
"null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" },
|
||||
"nvim-autopairs": { "branch": "master", "commit": "096d0baecc34f6c5d8a6dd25851e9d5ad338209b" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" },
|
||||
"nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" },
|
||||
"nvim-dap": { "branch": "master", "commit": "9d81c11fd185a131f81841e64941859305f6c42d" },
|
||||
"nvim-dap-python": { "branch": "master", "commit": "091e4ae00a12085f9ed4200a3cd04af7179b8a23" },
|
||||
"nvim-dap-ui": { "branch": "master", "commit": "0b4816e5ad5f3219e8e3ec9cce07f61b770c1974" },
|
||||
"nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" },
|
||||
"nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" },
|
||||
"nvim-highlight-colors": { "branch": "main", "commit": "3b57a76ab79bd437c2cb03a7fe0c5405ac8fbfc2" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "8917d2c830e04bf944a699b8c41f097621283828" },
|
||||
"nvim-navbuddy": { "branch": "master", "commit": "f137a3466a6cd1965cdcc5398daff54e66eebbe5" },
|
||||
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
|
||||
|
@ -1,10 +0,0 @@
|
||||
return {
|
||||
'NvChad/nvim-colorizer.lua',
|
||||
config = true,
|
||||
cmd = {
|
||||
'ColorizerAttachToBuffer',
|
||||
'ColorizerDetachFromBuffer',
|
||||
'ColorizerReloadAllBuffers',
|
||||
'ColorizerToggle'
|
||||
}
|
||||
}
|
9
lua/plugins/nvim-highlight-colors.lua
Normal file
9
lua/plugins/nvim-highlight-colors.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
'brenoprata10/nvim-highlight-colors',
|
||||
config = true,
|
||||
opts = {
|
||||
render = 'background', -- or 'foreground' or 'virtual',
|
||||
enable_named_colors = true,
|
||||
},
|
||||
cmd = { 'HighlightColors' }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user