nvim: rm rainbow plugin
This commit is contained in:
parent
25d7aeadb1
commit
80454c4281
@ -13,7 +13,6 @@
|
||||
|
||||
# monitors
|
||||
exec --no-startup-id xrandr --output DP-0 --mode 1920x1080 --pos 0x0 --primary
|
||||
exec --no-startup-id xrandr --output HDMI-0 --mode 1366x768 --pos 1920x0 --right-of DP-0 --rotate right
|
||||
|
||||
for_window [tiling] border pixel 3
|
||||
exec --no-startup-id picom --inactive-dim 0.2 --no-fading-openclose --inactive-dim-fixed --config /dev/null
|
||||
|
||||
@ -66,16 +66,6 @@ local plugins = {
|
||||
{
|
||||
'rbgrouleff/bclose.vim'
|
||||
},
|
||||
{
|
||||
'frazrepo/vim-rainbow',
|
||||
config = function()
|
||||
vim.api.nvim_create_autocmd('BufEnter',
|
||||
{
|
||||
pattern = {"*"},
|
||||
command = 'RainbowToggle'
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
'Pocco81/auto-save.nvim' -- autosave files
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user