Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fennel-ls): enable single_file_support #3417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

justiceenunciate
Copy link
Contributor

Context

fennel-ls will not load when a configuration file is not present, i.e. flsproject.fnl. This fixes that by adding single_file_support.

This PR addresses comments on from my first attempted PR.

Changes

  • Add single_file_support to fennel-ls.

Copy link
Contributor

github-actions bot commented Nov 3, 2024

Note that configs.md or configs.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

Comment on lines +3496 to +3499
- `single_file_support` :
```lua
true
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need add this in doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants