summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/config/lazy.lua1
-rwxr-xr-x.local/bin/kb2
-rwxr-xr-x.local/bin/setwp4
3 files changed, 3 insertions, 4 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua
index 2e6ad0e..f94ab01 100644
--- a/.config/nvim/lua/config/lazy.lua
+++ b/.config/nvim/lua/config/lazy.lua
@@ -119,7 +119,6 @@ require('lazy').setup({
},
{
'ibhagwan/fzf-lua',
- dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
defaults = {
file_icons = false,
diff --git a/.local/bin/kb b/.local/bin/kb
index dd77f11..32cf2a2 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -57,7 +57,7 @@ config_keyboard() {
xmodmap -e 'keycode 23 = Escape'
xmodmap -e 'keycode 37 ='
fi
- herbe ' kb set' &
+ herbe 'kb set' &
}
config_keyboard
diff --git a/.local/bin/setwp b/.local/bin/setwp
index 647a332..fa0d255 100755
--- a/.local/bin/setwp
+++ b/.local/bin/setwp
@@ -95,8 +95,8 @@ sub main
if (@ARGV == 0 || (@ARGV != 0 && $ARGV[0] ne '-nw')) {
my $arg = fork();
if (not $arg) {
- exec('herbe', ' wp set') if ($ret == 0);
- exec('herbe', ' wp is not a valid file') if ($ret != 0);
+ exec('herbe', 'wp set') if ($ret == 0);
+ exec('herbe', 'wp is not a valid file') if ($ret != 0);
}
}
return;