aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/kotlin_language_server.lua
diff options
context:
space:
mode:
authorPeter Lithammer <peter.lithammer@gmail.com>2021-05-04 09:30:38 +0200
committerPeter Lithammer <peter.lithammer@gmail.com>2021-05-04 09:30:38 +0200
commitfc9a09192f32ae7f66073c7d7a4109ec0c2b69ce (patch)
treebda18eb938d80a2f5fdfaedc3a52c18ee29c99da /lua/lspconfig/kotlin_language_server.lua
parentMerge pull request #877 from dimbleby/issue-876 (diff)
downloadnvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar.gz
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar.bz2
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar.lz
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar.xz
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.tar.zst
nvim-lspconfig-fc9a09192f32ae7f66073c7d7a4109ec0c2b69ce.zip
Replace tabs with 2-space indentation
Diffstat (limited to 'lua/lspconfig/kotlin_language_server.lua')
-rw-r--r--lua/lspconfig/kotlin_language_server.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/kotlin_language_server.lua b/lua/lspconfig/kotlin_language_server.lua
index b563b5c5..9b3280fe 100644
--- a/lua/lspconfig/kotlin_language_server.lua
+++ b/lua/lspconfig/kotlin_language_server.lua
@@ -3,8 +3,8 @@
---
--- This server requires vim to be aware of the kotlin-filetype.
--- You could refer for this capability to:
---- https://github.com/udalov/kotlin-vim (recommended)
---- Note that there is no LICENSE specified yet.
+--- https://github.com/udalov/kotlin-vim (recommended)
+--- Note that there is no LICENSE specified yet.
local util = require 'lspconfig/util'
local configs = require 'lspconfig/configs'