nvim and polybar minor tweaks
This commit is contained in:
parent
53a26d03c4
commit
cf75e689e5
18 changed files with 132 additions and 501 deletions
6
.config/nvim/after/plugin/colorizer.lua
Normal file
6
.config/nvim/after/plugin/colorizer.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require 'colorizer'.setup({
|
||||
'dosini';
|
||||
'css';
|
||||
'javascript';
|
||||
html = { mode = 'background' };
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue