From 93379a2977ba10695cc6d0aac3ca4ce9111fa31e Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sun, 11 Jul 2021 02:04:20 +0430 Subject: avoiding OCD attack with the help of folke/todo-comments (#839) --- ftplugin/euphoria3.lua | 2 +- ftplugin/java.lua | 2 +- ftplugin/python.lua | 2 +- ftplugin/rust.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/euphoria3.lua b/ftplugin/euphoria3.lua index 7c3a1da3..b59a265a 100644 --- a/ftplugin/euphoria3.lua +++ b/ftplugin/euphoria3.lua @@ -2,7 +2,7 @@ if require("lv-utils").check_lsp_client_active "elixirls" then return end --- TODO Remove this at some point +-- TODO: Remove this at some point require("lspconfig").elixirls.setup { cmd = { DATA_PATH .. "/lspinstall/elixir/elixir-ls/language_server.sh" }, } diff --git a/ftplugin/java.lua b/ftplugin/java.lua index 489deb3b..2f42a78f 100644 --- a/ftplugin/java.lua +++ b/ftplugin/java.lua @@ -61,7 +61,7 @@ end -- init_options = {bundles = bundles} -- }) --- TODO setup autoformat stuff later +-- TODO: setup autoformat stuff later -- _java = { -- -- {'FileType', 'java', 'luafile '..CONFIG_PATH..'/lua/lsp/java-ls.lua'}, -- { diff --git a/ftplugin/python.lua b/ftplugin/python.lua index 297c5f33..bfb17a3b 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -1,6 +1,6 @@ local python_arguments = {} --- TODO replace with path argument +-- TODO: replace with path argument local flake8 = { LintCommand = "flake8 --ignore=E501 --stdin-display-name ${INPUT} -", lintStdin = true, diff --git a/ftplugin/rust.lua b/ftplugin/rust.lua index 4fb47582..04fc4249 100644 --- a/ftplugin/rust.lua +++ b/ftplugin/rust.lua @@ -85,7 +85,7 @@ else } end --- TODO fix these mappings +-- TODO: fix these mappings vim.api.nvim_exec( [[ autocmd Filetype rust nnoremap lm RustExpandMacro -- cgit v1.2.3