diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 11:51:18 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 11:51:18 +0200 |
commit | b1cb99daefdd9bd3637481b230499fdfcc1205c0 (patch) | |
tree | f9dec58f0ae57c566a0b4b5994958697e3be0b77 /.config/nvim/lua/after.lua | |
parent | f8ce0f7d8cc352503c2fcab3e63349243880b976 (diff) |
vim some minor cleanup
Diffstat (limited to '.config/nvim/lua/after.lua')
-rw-r--r-- | .config/nvim/lua/after.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/lua/after.lua b/.config/nvim/lua/after.lua new file mode 100644 index 0000000..454acee --- /dev/null +++ b/.config/nvim/lua/after.lua @@ -0,0 +1,6 @@ +require'colorizer'.setup { + '*'; + '!vim'; + css = { rgb_fn = true; }; + html = { names = false; } +} |