diff options
| author | github-actions <github-actions@github.com> | 2022-07-14 01:20:41 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-07-14 01:20:41 +0000 |
| commit | 22bf8c4a549367893fdf7a6194aa87c5265fb9ca (patch) | |
| tree | a02e453cb96b11df65c198bee88708afad2293ca /doc | |
| parent | fix(sumneko_lua): Stylua default (#1996) (diff) | |
| download | nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar.gz nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar.bz2 nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar.lz nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar.xz nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.tar.zst nvim-lspconfig-22bf8c4a549367893fdf7a6194aa87c5265fb9ca.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 98258d00..3fd979d2 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5720,7 +5720,7 @@ require'lspconfig'.sumneko_lua.setup{} ``` - `root_dir` : ```lua - root_pattern(".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git") + root_pattern(".luarc.json", ".luacheckrc", ".stylua.toml", "stylua.toml", "selene.toml", ".git") ``` - `settings` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 98258d00..3fd979d2 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5720,7 +5720,7 @@ require'lspconfig'.sumneko_lua.setup{} ``` - `root_dir` : ```lua - root_pattern(".luarc.json", ".luacheckrc", ".stylua.toml", "selene.toml", ".git") + root_pattern(".luarc.json", ".luacheckrc", ".stylua.toml", "stylua.toml", "selene.toml", ".git") ``` - `settings` : ```lua |
