nvim: add conceal config to make org links look pretty
This commit is contained in:
parent
c1faa5c2d2
commit
e7efd8f27f
|
@ -11,6 +11,8 @@ vim.o.shiftwidth = 4 -- 1 indentation = 4 spaces
|
|||
|
||||
vim.o.completeopt = 'menu,menuone,noselect' -- completion popup
|
||||
vim.o.autochdir = true -- change workir to current file dir
|
||||
vim.opt.conceallevel = 2 -- hidden stuff, needed for org
|
||||
vim.opt.concealcursor = 'nc'
|
||||
|
||||
-- theme
|
||||
vim.o.termguicolors = true -- 24 bit colours
|
||||
|
|
Loading…
Reference in New Issue
Block a user