show columns at 80 and 120 characters
This commit is contained in:
parent
ccb18634c7
commit
a34700b8bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue