[MINOR] Some small updates to dotfiles , getting ready for arch-config
This commit is contained in:
parent
11a280281c
commit
4eb3a06af1
11 changed files with 65 additions and 30 deletions
|
@ -27,3 +27,6 @@ vim.keymap.set("n", "<C-j>", "<cmd>cprev<CR>zz")
|
|||
--Undo dir
|
||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
vim.opt.undofile = true
|
||||
--Org mode hide links
|
||||
vim.opt.conceallevel = 2
|
||||
vim.opt.concealcursor = 'nc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue