Skip to content

Commit

Permalink
Feat: Add markdown-oxide lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Feb 25, 2024
1 parent b8751ff commit 16d90bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lua/lspconfig/server_configurations/markdown_oxide.lua
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.
]]
}
}

0 comments on commit 16d90bf

Please sign in to comment.