chore(nvim): fix tpipeline statusbar
This commit is contained in:
parent
591ff97111
commit
1a5b6768f3
2 changed files with 4 additions and 3 deletions
|
@ -31,8 +31,9 @@ vim.keymap.set("n", "<C-n>", "<cmd>cnext<CR>zz")
|
|||
vim.keymap.set("n", "<A-h>", "<cmd>bp<CR>")
|
||||
vim.keymap.set("n", "<A-l>", "<cmd>bn<CR>")
|
||||
--Undo dir
|
||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
vim.opt.undofile = true
|
||||
--Backup dir
|
||||
vim.opt.backup = true
|
||||
--Org mode hide links
|
||||
vim.opt.conceallevel = 2
|
||||
vim.opt.concealcursor = 'nc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue