update obsidian

This commit is contained in:
Tawfeeq 2025-04-25 14:49:12 +02:00
parent e9d73e2249
commit a4b3ca3a82
2 changed files with 60 additions and 11 deletions

View file

@ -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', {