Skip to content

Commit

Permalink
REmove duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Feb 25, 2024
1 parent 1b5b324 commit 10a1ec3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/lspconfig/server_configurations/markdown_oxide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ return {
end, -- this is applicable because markdown vaults have no defined root files
filetypes = { 'markdown' },
cmd = { 'markdown-oxide' },
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 = [[
Expand Down

0 comments on commit 10a1ec3

Please sign in to comment.