Skip to content

Commit

Permalink
fix(ols): remove single_file_support that defaults to false
Browse files Browse the repository at this point in the history
  • Loading branch information
losinggeneration committed Dec 30, 2023
1 parent b54cc1a commit b2660e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lspconfig/server_configurations/ols.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ return {
cmd = { 'ols' },
filetypes = { 'odin' },
root_dir = util.root_pattern('ols.json', '.git', '*.odin'),
single_file_support = false,
},
docs = {
description = [[
Expand Down

0 comments on commit b2660e8

Please sign in to comment.