mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-19 11:46:42 -07:00
markdown improvements and lazy config changes
This commit is contained in:
parent
f1ca602f8d
commit
3ae37019b1
3 changed files with 15 additions and 13 deletions
8
lua/plugins/markdown-composer.lua
Normal file
8
lua/plugins/markdown-composer.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"euclio/vim-markdown-composer",
|
||||
keys = {
|
||||
{ "<leader>nv", "<cmd>ComposerStart<cr>", desc = "Composer Start" },
|
||||
},
|
||||
build = "cargo build --release --locked"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue