diff options
| author | Igor Lacerda <igorlfs@ufmg.br> | 2023-04-07 02:46:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 13:46:58 +0800 |
| commit | 4746df1d32aad9fdfcd87c4473b40f05f010ff8c (patch) | |
| tree | 96a42fb403b7252a527439ee74bbc0c80c76b03b /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar.gz nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar.bz2 nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar.lz nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar.xz nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.tar.zst nvim-lspconfig-4746df1d32aad9fdfcd87c4473b40f05f010ff8c.zip | |
feat(millet): support single file mode (#2547)
Millet supports single file analysis, see
https://github.com/azdavis/millet/blob/main/docs/manual.md#on-a-file
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/millet.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/server_configurations/millet.lua b/lua/lspconfig/server_configurations/millet.lua index 0b7d2994..e8700541 100644 --- a/lua/lspconfig/server_configurations/millet.lua +++ b/lua/lspconfig/server_configurations/millet.lua @@ -5,6 +5,7 @@ return { cmd = { 'millet' }, filetypes = { 'sml' }, root_dir = util.root_pattern 'millet.toml', + single_file_support = true, }, docs = { description = [[ |
