Added nvim column

This commit is contained in:
Luka Jankovic 2025-01-15 15:11:13 +01:00
parent 55aa6f78a4
commit f656b81a7f
2 changed files with 7 additions and 3 deletions

View file

@ -28,6 +28,9 @@ vim.opt.scrolloff = 5
-- Highlight current line -- Highlight current line
vim.opt.cursorline = true vim.opt.cursorline = true
-- Column limit
vim.opt.colorcolumn = "80"
-- Set signcolumn to prevent lsp flickering -- Set signcolumn to prevent lsp flickering
vim.opt.signcolumn = "yes" vim.opt.signcolumn = "yes"

View file

@ -0,0 +1 @@
return { 'Bekaboo/deadcolumn.nvim' }