mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
Format and fix colorcolumn
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
:tags "tags"
|
:tags "tags"
|
||||||
:updatetime 300 ; per coc.vim for diagnostic messages
|
:updatetime 300 ; per coc.vim for diagnostic messages
|
||||||
:signcolumn "auto:1-3"
|
:signcolumn "auto:1-3"
|
||||||
:colorcolumn 80
|
:colorcolumn [80 100]
|
||||||
:cmdheight 2 ; Better display for messages
|
:cmdheight 2 ; Better display for messages
|
||||||
:undodir undo-dir
|
:undodir undo-dir
|
||||||
:undolevels 1000
|
:undolevels 1000
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
u dotfiles.util
|
u dotfiles.util
|
||||||
nvim aniseed.nvim
|
nvim aniseed.nvim
|
||||||
nu aniseed.nvim.util
|
nu aniseed.nvim.util
|
||||||
}
|
}})
|
||||||
})
|
|
||||||
|
|
||||||
(defn bufmap [mode from to]
|
(defn bufmap [mode from to]
|
||||||
(u.noremap mode from to {:local? true}))
|
(u.noremap mode from to {:local? true}))
|
||||||
|
|||||||
Reference in New Issue
Block a user