diff options
Diffstat (limited to '.local/share/mode/switch.d/vim')
| -rwxr-xr-x | .local/share/mode/switch.d/vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/mode/switch.d/vim b/.local/share/mode/switch.d/vim index cb5a651..2220b1a 100755 --- a/.local/share/mode/switch.d/vim +++ b/.local/share/mode/switch.d/vim @@ -1,4 +1,6 @@ #!/bin/sh +[ $no_cfg -eq 1 ] && return + mkcd "$XDG_CONFIG_HOME/nvim/mode" # lightline |