added some keybinds and obsidian support

This commit is contained in:
venus
2026-07-28 07:52:57 -05:00
parent 04b57e60e6
commit 634d9250e5
5 changed files with 30 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ vim.opt.spellcapcheck = ""
vim.o.number = true -- Make line numbers default
vim.o.relativenumber = true
vim.o.showmode = false
vim.o.foldmethod = "marker"
vim.o.foldmethod = "indent"
-- Sync clipboard between OS and Neovim.
-- Schedule the setting after `UiEnter` because it can increase startup-time.
-- Remove this option if you want your OS clipboard to remain independent.