diff options
author | Joe <rbo@gmx.us> | 2024-08-23 10:45:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-08-23 10:45:01 +0200 |
commit | 3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0 (patch) | |
tree | 57763ef5173a0763e0b34c5200d748576367ae02 /.config/nvim/lua/settings.lua | |
parent | up (diff) | |
download | dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.gz dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.bz2 dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.xz dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.zst dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua index 52952dc..e578062 100644 --- a/.config/nvim/lua/settings.lua +++ b/.config/nvim/lua/settings.lua @@ -63,6 +63,7 @@ syntax on " colorscheme onedark +let &colorcolumn = join(range(80, 400), ',') filetype plugin indent on highlight Normal ctermbg=none guibg=none highlight NonText ctermbg=none guibg=none |