Made complex syntax on docs hidden until cursorline is over it.
This commit is contained in:
parent
208e66a6f5
commit
c5e43df9ad
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ vim.wo.wrap = true
|
|||
vim.wo.linebreak = true
|
||||
vim.wo.list = false
|
||||
|
||||
-- Hide extra doc formatting unless my cursor is over it
|
||||
vim.opt.conceallevel = 2
|
||||
|
||||
-- I want neovim to know I want british spellings
|
||||
vim.cmd('language en_GB.utf8')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue