-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8751ff
commit 16d90bf
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
return { | ||
default_config = { | ||
root_dir = function() return vim.fn.getcwd() end, -- this is applicable because markdown vaults have no defined root files | ||
filetypes = {"markdown"}, | ||
cmd = {"markdown-oxide"} | ||
}, | ||
docs = { | ||
description = [[ | ||
https://github.com/Feel-ix-343/markdown-oxide | ||
Markdown language server with advanced linking support made to be completely compatible with Obsidian; An Obsidian Language Server | ||
Check the readme to see how to get nvim-cmp properly working. | ||
]] | ||
} | ||
} |