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
|
|
@ -112,6 +112,13 @@ M.progress = {
|
|||
"progress",
|
||||
}
|
||||
|
||||
-- TODO: Implement orgmode
|
||||
M.orgmode = {
|
||||
function()
|
||||
return _G.orgmode.statusline()
|
||||
end,
|
||||
}
|
||||
|
||||
-- local conditions = {
|
||||
-- buffer_not_empty = function()
|
||||
-- return vim.fn.empty(vim.fn.expand("%:t")) ~= 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue