Skip to content

Commit

Permalink
fix(fennel-ls): enable single_file_support
Browse files Browse the repository at this point in the history
  • Loading branch information
justiceenunciate committed Nov 3, 2024
1 parent bc6ada4 commit 9e6291a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3493,6 +3493,10 @@ Default config:
```lua
{}
```
- `single_file_support` :
```lua
true
```


## fish_lsp
Expand Down
1 change: 1 addition & 0 deletions lua/lspconfig/configs/fennel_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 9e6291a

Please sign in to comment.