show columns at 80 and 120 characters

This commit is contained in:
Talon 2023-07-29 07:10:39 -06:00
parent ccb18634c7
commit a34700b8bf

View file

@ -7,6 +7,7 @@
(set vim.o.mouse :a)
(set vim.o.clipboard :unnamedplus)
(set vim.o.wrap false)
(set vim.opt.colorcolumn "80,120")
(vim.cmd.colorscheme :everforest))
:keymap (fn []
@ -26,7 +27,7 @@
:language-servers
{:lua_ls {:filetypes [:lua]
:Lua
{:workspace {:checkThirdParty false} }
{:workspace {:checkThirdParty false}}
:telemetry {:enable false}
:diagnostics {:globals
[:vim