summaryrefslogtreecommitdiff
path: root/ftplugin/rust.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-11 02:04:20 +0430
committerGitHub <[email protected]>2021-07-10 17:34:20 -0400
commit93379a2977ba10695cc6d0aac3ca4ce9111fa31e (patch)
treea6aa2ee2fba66073adc1d7e2eef9c3c9160fd2ac /ftplugin/rust.lua
parent5c7600322848fa1a55482e2b8b45c7f97cf67a85 (diff)
avoiding OCD attack with the help of folke/todo-comments (#839)
Diffstat (limited to 'ftplugin/rust.lua')
-rw-r--r--ftplugin/rust.lua2
1 files changed, 1 insertions, 1 deletions
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 <leader>lm <Cmd>RustExpandMacro<CR>