init my kickstart
This commit is contained in:
commit
1ebfcd071c
23 changed files with 1694 additions and 0 deletions
11
lua/custom/plugins/mkdnflow.lua
Normal file
11
lua/custom/plugins/mkdnflow.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'jakewvincent/mkdnflow.nvim',
|
||||
config = function()
|
||||
require('mkdnflow').setup {
|
||||
-- Config goes here; leave blank for defaults
|
||||
links = {
|
||||
style = 'wiki',
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue