added some keybinds and obsidian support
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user