diff options
| -rw-r--r-- | lua/lspconfig/beancount.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/fsautocomplete.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/kotlin_language_server.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/sqlls.lua | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lua/lspconfig/beancount.lua b/lua/lspconfig/beancount.lua index 1436b7c8..be9326ff 100644 --- a/lua/lspconfig/beancount.lua +++ b/lua/lspconfig/beancount.lua @@ -14,7 +14,7 @@ configs[server_name] = { init_options = { -- this is the path to the beancout journal file journalFile = '', - -- this is the path to the pyton binary with beancount installed + -- this is the path to the python binary with beancount installed pythonPath = 'python3', }, }, diff --git a/lua/lspconfig/fsautocomplete.lua b/lua/lspconfig/fsautocomplete.lua index 0c3fe851..ec4e513e 100644 --- a/lua/lspconfig/fsautocomplete.lua +++ b/lua/lspconfig/fsautocomplete.lua @@ -20,7 +20,7 @@ Language Server for F# provided by FsAutoComplete (FSAC). FsAutoComplete requires the [dotnet-sdk](https://dotnet.microsoft.com/download) to be installed. -The prefered way to install FsAutoComplete is with `dotnet tool install --global fsautocomplete`. +The preferred way to install FsAutoComplete is with `dotnet tool install --global fsautocomplete`. Instructions to compile from source are found on the main [repository](https://github.com/fsharp/FsAutoComplete). diff --git a/lua/lspconfig/kotlin_language_server.lua b/lua/lspconfig/kotlin_language_server.lua index 2c394bc1..5b2ff873 100644 --- a/lua/lspconfig/kotlin_language_server.lua +++ b/lua/lspconfig/kotlin_language_server.lua @@ -46,7 +46,7 @@ configs.kotlin_language_server = { released afterwards. Maintaining is not done by the original author, but by fwcd. - It is builded via gradle and developed on github. + It is built via gradle and developed on github. Source and additional description: https://github.com/fwcd/kotlin-language-server ]], diff --git a/lua/lspconfig/sqlls.lua b/lua/lspconfig/sqlls.lua index 37bc6fd2..1d980b43 100644 --- a/lua/lspconfig/sqlls.lua +++ b/lua/lspconfig/sqlls.lua @@ -17,7 +17,7 @@ configs[server_name] = { description = [[ https://github.com/joe-re/sql-language-server -`cmd` value is **not set** by default. The `cmd` value can be overriden in the `setup` table; +`cmd` value is **not set** by default. The `cmd` value can be overridden in the `setup` table; ```lua require'lspconfig'.sqlls.setup{ |
