Skip to content

Commit

Permalink
fix: fix undefined lspconfig error
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Feb 28, 2024
1 parent 3311475 commit 65d207e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lspconfig/server_configurations/markdown_oxide.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local lspconfig = require("lspconfig")

return {
default_config = {
root_dir = lspconfig.util.root_pattern('.git', vim.fn.getcwd()),
Expand Down

0 comments on commit 65d207e

Please sign in to comment.