mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: replace colorizer with fork
This commit is contained in:
parent
928651ca0c
commit
d5281e4214
1 changed files with 7 additions and 1 deletions
|
|
@ -196,7 +196,13 @@ require('lazy').setup({
|
||||||
--[[ cfg_lazy_vim_surround: Delete, change and add surroundings in pairs ]]
|
--[[ cfg_lazy_vim_surround: Delete, change and add surroundings in pairs ]]
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
--[[ cfg_lazy_colorizer: Color highlighter ]]
|
--[[ cfg_lazy_colorizer: Color highlighter ]]
|
||||||
'norcalli/nvim-colorizer.lua',
|
{
|
||||||
|
"catgoose/nvim-colorizer.lua",
|
||||||
|
cmd = "ColorizerToggle",
|
||||||
|
opts = {
|
||||||
|
filetypes = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
--[[ cfg_lazy_comment: Toggles linewise and blockwise comments ]]
|
--[[ cfg_lazy_comment: Toggles linewise and blockwise comments ]]
|
||||||
{
|
{
|
||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue