update obsidian
This commit is contained in:
parent
e9d73e2249
commit
a4b3ca3a82
2 changed files with 60 additions and 11 deletions
1
init.lua
1
init.lua
|
|
@ -91,6 +91,7 @@ I hope you enjoy your Neovim journey,
|
|||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
P.S. You can delete this when you're done too. It's your config now! :)
|
||||
--]]
|
||||
vim.opt.conceallevel = 1
|
||||
vim.api.nvim_set_keymap('n', ':', '<cmd>FineCmdline<CR>', { noremap = true })
|
||||
--AUTO RELOAD ON SAVE
|
||||
vim.api.nvim_create_autocmd('BufWritePost', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue