summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-08-23 10:45:01 +0200
committerJoe <rbo@gmx.us>2024-08-23 10:45:01 +0200
commit3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0 (patch)
tree57763ef5173a0763e0b34c5200d748576367ae02
parentup (diff)
downloaddotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.gz
dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.bz2
dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.xz
dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.zst
dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.zip
up
-rw-r--r--.config/nvim/lua/packs.lua2
-rw-r--r--.config/nvim/lua/settings.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/lua/packs.lua b/.config/nvim/lua/packs.lua
index 386f8c7..dbf3e19 100644
--- a/.config/nvim/lua/packs.lua
+++ b/.config/nvim/lua/packs.lua
@@ -127,7 +127,7 @@ return require('packer').startup({function(use)
default_overlength = 80,
grace_length = 1,
highlight_to_eol = true,
- disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey' },
+ disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text' },
})
end
})
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