refractor(nvim): Put lang specific config to plugins/mod/lang

* Local leader to <C-k>
* Add org mappings to match emacs behaviour
* Put lang specific config to plugins/mod/lang, currently markdown and
org
This commit is contained in:
js0ny 2025-03-25 01:21:43 +00:00
parent ccaf0ce33e
commit 797ddef79b
11 changed files with 107 additions and 59 deletions

View file

@ -19,4 +19,4 @@ vim.opt.rtp:prepend(lazypath)
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
vim.g.maplocalleader = "<C-k>"