diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-13 17:04:45 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-13 17:04:45 -0400 |
commit | 2086dc0ca5422711d6906304f43d5ce45e31e2bb (patch) | |
tree | db35c43ef194ef97ac6b43ef4b8a149a132ea875 /.config/nvim | |
parent | eadc4f4049a14e1a10ef1e3c9b0492ce70468c56 (diff) |
vim 80 col color + youtube-viewer update sxhkd
Diffstat (limited to '.config/nvim')
-rwxr-xr-x | .config/nvim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 005e756..d0c8521 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -205,6 +205,9 @@ autocmd BufWritePost ~/Compilation/dwmblocks/config.h !cd ~/Compilation/dwmblock set tabstop=2 " when indenting with '>', use 4 spaces width set shiftwidth=2 +" 80 col warning +highlight ColorColumn ctermbg=magenta +call matchadd('ColorColumn', '\%81v', 100) " #---Custom Keymaps---# " " Tab Buffer Navigation |