|
@@ -154,7 +154,6 @@ vim.pack.add({
|
|
|
"https://github.com/kylechui/nvim-surround",
|
|
"https://github.com/kylechui/nvim-surround",
|
|
|
"https://github.com/lewis6991/gitsigns.nvim",
|
|
"https://github.com/lewis6991/gitsigns.nvim",
|
|
|
"https://github.com/lukas-reineke/virt-column.nvim",
|
|
"https://github.com/lukas-reineke/virt-column.nvim",
|
|
|
- "https://github.com/norcalli/nvim-colorizer.lua",
|
|
|
|
|
"https://github.com/nvim-lua/plenary.nvim",
|
|
"https://github.com/nvim-lua/plenary.nvim",
|
|
|
"https://github.com/nvim-telescope/telescope-file-browser.nvim",
|
|
"https://github.com/nvim-telescope/telescope-file-browser.nvim",
|
|
|
"https://github.com/nvim-telescope/telescope-ui-select.nvim",
|
|
"https://github.com/nvim-telescope/telescope-ui-select.nvim",
|
|
@@ -617,20 +616,6 @@ local function config_jxdash()
|
|
|
require("jxdash").setup()
|
|
require("jxdash").setup()
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
-local function config_colorizer()
|
|
|
|
|
- require("colorizer").setup({ "*" }, {
|
|
|
|
|
- mode = "background",
|
|
|
|
|
- RGB = true,
|
|
|
|
|
- RRGGBB = true,
|
|
|
|
|
- RRGGBBAA = true,
|
|
|
|
|
- names = false,
|
|
|
|
|
- rgb_fn = false,
|
|
|
|
|
- hsl_fn = false,
|
|
|
|
|
- css = false,
|
|
|
|
|
- css_fn = false
|
|
|
|
|
- })
|
|
|
|
|
-end
|
|
|
|
|
-
|
|
|
|
|
local function config_virt_column()
|
|
local function config_virt_column()
|
|
|
vim.opt.colorcolumn = tostring(80 + 1)
|
|
vim.opt.colorcolumn = tostring(80 + 1)
|
|
|
local cc_group = vim.api.nvim_create_augroup("colorcolumn",
|
|
local cc_group = vim.api.nvim_create_augroup("colorcolumn",
|
|
@@ -857,7 +842,6 @@ local setup_plugins = function()
|
|
|
config_jonathandarker()
|
|
config_jonathandarker()
|
|
|
config_nvim_treesitter()
|
|
config_nvim_treesitter()
|
|
|
config_vim_dirtytalk()
|
|
config_vim_dirtytalk()
|
|
|
- config_colorizer()
|
|
|
|
|
config_virt_column()
|
|
config_virt_column()
|
|
|
config_nvim_surround()
|
|
config_nvim_surround()
|
|
|
config_like_a_butterfly()
|
|
config_like_a_butterfly()
|