From b74099cf2734f75a94cd47cc37cef3f721f3b664 Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Mon, 18 May 2020 20:14:36 +0900 Subject: 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. --- lua/nvim_lsp/sourcekit.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/nvim_lsp/sourcekit.lua') 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 -- cgit v1.2.3-70-g09d2