diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-05-18 20:14:36 +0900 |
|---|---|---|
| committer | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-05-18 20:14:36 +0900 |
| commit | b74099cf2734f75a94cd47cc37cef3f721f3b664 (patch) | |
| tree | 46fe1182d7f88d4f17510710b215e6ce39df3d80 /lua/nvim_lsp/sourcekit.lua | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.gz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.bz2 nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.lz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.xz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.zst nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.zip | |
config: remove unnecessary code comennts and utf8 option
Remove meaningless code comments because they are increased by copy and paste.
Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
Diffstat (limited to 'lua/nvim_lsp/sourcekit.lua')
| -rw-r--r-- | lua/nvim_lsp/sourcekit.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim_lsp/sourcekit.lua b/lua/nvim_lsp/sourcekit.lua index 4a406280..21abbd94 100644 --- a/lua/nvim_lsp/sourcekit.lua +++ b/lua/nvim_lsp/sourcekit.lua @@ -7,8 +7,6 @@ configs.sourcekit = { filetypes = {"swift"}; root_dir = util.root_pattern("Package.swift", ".git") }; - -- on_new_config = function(new_config) end; - -- on_attach = function(client, bufnr) end; docs = { package_json = "https://raw.githubusercontent.com/apple/sourcekit-lsp/master/Editors/vscode/package.json"; description = [[ @@ -21,5 +19,4 @@ Language server for Swift and C/C++/Objective-C. }; }; }; - -- vim:et ts=2 sw=2 |
