aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/kotlin_language_server.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-52/+0
|
* Added support for the kotlin-language-server (#205)thchha2020-05-031-0/+52
* Added support for the kotlin-language-server * Added support for the kotlin-language-server * replaced hardtabs with softtabs added vim-layouting hint removed noise: log-level already defined in default config; grab root_dir explicitly replaced vscode in favor of package_json * removed unused global variable for passing lua-lint-check * updated content of README with configuration options from package.json (https://raw.githubusercontent.com/fwcd/vscode-kotlin/master/package.json) * intendation of first item corrected * removed invalid offsetEncoding, set via util.utf8_config > The provided utf8_confg from util.lua is intended for usages of the protocol extensions with clangd (https://clangd.llvm.org/extensions.html#utf-8-offsets)