diff options
| author | github-actions <github-actions@github.com> | 2022-05-17 15:31:23 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-05-17 15:31:23 +0000 |
| commit | 629f45d7ea1b3407e7c9639a7c4c992b1cdfefee (patch) | |
| tree | 73ee8ab41e08be411b9d943c5d70cd8d777b3bfc /doc | |
| parent | fix(beancount): fix beancount start command and filetype (#1879) (diff) | |
| download | nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar.gz nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar.bz2 nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar.lz nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar.xz nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.tar.zst nvim-lspconfig-629f45d7ea1b3407e7c9639a7c4c992b1cdfefee.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 9 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 9a4729e1..8dbc2f37 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -525,22 +525,21 @@ require'lspconfig'.beancount.setup{} **Default values:** - `cmd` : ```lua - { "beancount-langserver", "--stdio" } + { "beancount-language-server", "--stdio" } ``` - `filetypes` : ```lua - { "beancount" } + { "beancount", "bean" } ``` - `init_options` : ```lua { - journalFile = "", - pythonPath = "python3" + journalFile = "" } ``` - `root_dir` : ```lua - root_pattern("elm.json") + root_pattern(".git") ``` - `single_file_support` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 9a4729e1..8dbc2f37 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -525,22 +525,21 @@ require'lspconfig'.beancount.setup{} **Default values:** - `cmd` : ```lua - { "beancount-langserver", "--stdio" } + { "beancount-language-server", "--stdio" } ``` - `filetypes` : ```lua - { "beancount" } + { "beancount", "bean" } ``` - `init_options` : ```lua { - journalFile = "", - pythonPath = "python3" + journalFile = "" } ``` - `root_dir` : ```lua - root_pattern("elm.json") + root_pattern(".git") ``` - `single_file_support` : ```lua |
