Added nvim column
This commit is contained in:
parent
55aa6f78a4
commit
f656b81a7f
2 changed files with 7 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
1
.config/nvim/lua/plugins/deadcolumn.lua
Normal file
1
.config/nvim/lua/plugins/deadcolumn.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
return { 'Bekaboo/deadcolumn.nvim' }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue