We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad7aaa commit de15ddfCopy full SHA for de15ddf
lua/orgmode/utils/treesitter/install.lua
@@ -98,7 +98,7 @@ function M.get_parser_locations()
98
local install_location = nil
99
local conflicting_parsers = {}
100
for _, parser in ipairs(installed_org_parsers) do
101
- if parser == parser_path then
+ if vim.fs.normalize(parser) == vim.fs.normalize(parser_path) then
102
install_location = parser
103
else
104
table.insert(conflicting_parsers, parser)
0 commit comments