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 ec7d51a commit 127cdb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lua/lspconfig/server_configurations/markdown_oxide.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 127cdb9

Please sign in to comment.