clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix error in indent-blankline

sspaeti b7d1eb89 f3effc59

+2 -3
-1
nvim/after/plugin/indent-blankline.lua
··· 1 1 vim.cmd [[highlight IndentBlanklineIndent1 guibg=#1F1F28 gui=nocombine]] 2 2 vim.cmd [[highlight IndentBlanklineIndent2 guibg=#252535 gui=nocombine]] 3 - 4 3 require("indent_blankline").setup { 5 4 char = "", 6 5 char_highlight_list = {
+2 -2
nvim/lua/sspaeti/lazy-plugs.lua
··· 110 110 { "bps/vim-textobj-python", event = "VeryLazy" }, 111 111 --preview CSS colors inline 112 112 -- 'ap/vim-css-color', 113 - -- { "norcalli/nvim-colorizer.lua", event = "VeryLazy" }, 113 + -- { "NvChad/nvim-colorizer.lua", event = "VeryLazy" }, 114 114 { "brenoprata10/nvim-highlight-colors", event = "VeryLazy" }, 115 115 -- comment healper 116 116 ··· 202 202 -- -- Optional dependencies 203 203 -- dependencies = { "nvim-tree/nvim-web-devicons" }, 204 204 -- }, 205 - { "lukas-reineke/indent-blankline.nvim", event = "VeryLazy" }, 205 + { "lukas-reineke/indent-blankline.nvim", event = "VeryLazy", main = "ibl", version = "2.20.8" }, 206 206 { "mbbill/undotree", event = "VeryLazy" }, 207 207 { 208 208 'tzachar/highlight-undo.nvim',