commit 40346c40c18e8c1f8d15b7d7d9baefd3a31ee50c
parent a964b0909af0378730710d6301007af5522dab62
Author: Tomas Nemec <nemi@skaut.cz>
Date: Mon, 9 Aug 2021 15:00:37 +0200
refactor
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -125,6 +125,7 @@
Feel free to contact me via mail on: <nemi@skaut.cz>
+
# TODO
- Make trun.lua multifunctional, so trun-status and trun-ls is not needed.
diff --git a/helper_functions.lua b/helper_functions.lua
@@ -17,8 +17,8 @@ local nvim_cmd = function(nvim_cmd)
end
-- TODO: send command to only specific neovim instances.
-- NOTE: to send command to only specific neovim instance, you can create
--- custom function inside neovim that will determine this. So for example if
--- you are inside right directory. `vim.fn.getcwd()`
+-- function inside neovim that will determine this. So for example if you are
+-- inside right directory. `vim.fn.getcwd()`
-- Send notification (in this case: https://github.com/rcarriga/nvim-notify) to
-- neovim instances. Use with `nvim_cmd`.