aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-07-14 14:55:26 +0200
committerGitHub <noreply@github.com>2021-07-14 14:55:26 +0200
commitb8a285ee2775038628017e41e3e43d47c3cc5364 (patch)
tree1a639d334b89cb1c75a4e4c8d39d1376ce34b442 /lua
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar.gz
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar.bz2
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar.lz
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar.xz
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.tar.zst
nvim-lspconfig-b8a285ee2775038628017e41e3e43d47c3cc5364.zip
chore: fix typos reported by codespell (#1071)
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/beancount.lua2
-rw-r--r--lua/lspconfig/fsautocomplete.lua2
-rw-r--r--lua/lspconfig/kotlin_language_server.lua2
-rw-r--r--lua/lspconfig/sqlls.lua2
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{