Skip to content

Commit

Permalink
fix(fennel-ls): enable single_file_support neovim#3417
Browse files Browse the repository at this point in the history
  • Loading branch information
justiceenunciate authored Dec 1, 2024
1 parent 90c1c6c commit 6c0de93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/configs/fennel_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ return {
return util.search_ancestors(dir, has_fls_project_cfg) or vim.fs.root(0, '.git')
end,
settings = {},
single_file_support = true,
capabilities = {
offsetEncoding = { 'utf-8', 'utf-16' },
},
Expand Down

0 comments on commit 6c0de93

Please sign in to comment.