mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-26 03:06:21 +01:00
enable nvim colorcolumn
This commit is contained in:
parent
cae0abe877
commit
144370da52
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
(local (wo g opt) (values vim.wo vim.g vim.opt))
|
||||
|
||||
;; Shell
|
||||
(set opt.shell "fish")
|
||||
(set opt.shell :fish)
|
||||
|
||||
(cmd "syntax on")
|
||||
|
||||
|
@ -29,6 +29,9 @@
|
|||
(set opt.cursorline true)
|
||||
(set opt.cursorcolumn true)
|
||||
|
||||
;; Colorcolumn
|
||||
(set opt.colorcolumn :100)
|
||||
|
||||
;; Folds
|
||||
(set opt.conceallevel 2)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue