mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
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:
parent
ccaf0ce33e
commit
797ddef79b
11 changed files with 107 additions and 59 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue