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

@ -36,6 +36,7 @@ local config = {
components.diagnostics,
},
lualine_x = {
components.orgmode,
components.indent,
components.encoding,
components.eol,