mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
* Local leader to <C-k> * Add org mappings to match emacs behaviour * Put lang specific config to plugins/mod/lang, currently markdown and org
6 lines
218 B
Lua
6 lines
218 B
Lua
return {
|
|
{ import = "plugins.mod.lang.markdown.render-markdown" },
|
|
-- { import = "plugins.mod.lang.markdown.markview" },
|
|
{ import = "plugins.mod.lang.markdown.obsidian-nvim" },
|
|
{ "bullets-vim/bullets.vim" },
|
|
}
|