summaryrefslogtreecommitdiffstats
path: root/src/constant_strings_paths.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/constant_strings_paths.rs')
-rw-r--r--src/constant_strings_paths.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/constant_strings_paths.rs b/src/constant_strings_paths.rs
index 7162858..ebe17b5 100644
--- a/src/constant_strings_paths.rs
+++ b/src/constant_strings_paths.rs
@@ -51,8 +51,6 @@ pub static HELP_SECOND_SENTENCE: &str = "Keybindings";
pub static LOG_FIRST_SENTENCE: &str = "Logs: ";
/// Description of the content below, aka what is logged there.
pub static LOG_SECOND_SENTENCE: &str = "Last actions affecting the file tree";
-/// nvim-send is a rust program which can send commands to neovim
-pub static NVIM_RPC_SENDER: &str = "nvim-send";
/// Filter presentation for the second line
pub static FILTER_PRESENTATION: &str =
"By name: n expr, by ext: e expr, only directories: d, reset: a";