From 14791883624bf10227a6ffa9172c8030b87d4675 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 15 Jul 2021 01:57:30 +0200 Subject: Lots of renames: stow can't handle folder with --dotfiles option. --- stow/vim/dot-vim/ftplugin/sh/sh.vim | 16 ---------------- stow/vim/dot-vim/ftplugin/sh/snippets/if.txt | 3 --- 2 files changed, 19 deletions(-) delete mode 100644 stow/vim/dot-vim/ftplugin/sh/sh.vim delete mode 100644 stow/vim/dot-vim/ftplugin/sh/snippets/if.txt (limited to 'stow/vim/dot-vim/ftplugin/sh') diff --git a/stow/vim/dot-vim/ftplugin/sh/sh.vim b/stow/vim/dot-vim/ftplugin/sh/sh.vim deleted file mode 100644 index 3eb4da5..0000000 --- a/stow/vim/dot-vim/ftplugin/sh/sh.vim +++ /dev/null @@ -1,16 +0,0 @@ -" ~/.vim/ftplugin/sh.vim -" Bourne shell scripts specific vim configuration -" -" Linters: sh, shellcheck - -call matchadd('ColorColumn', '\%111v', 100) -setlocal textwidth=110 - -nnoremap C :sp ~/.vim/ftplugin/sh/sh.vim -nnoremap +x :!chmod 744 % -nnoremap x :w:!./% -nnoremap e :Errors - -inoremap sh #!/bin/sh -inoremap if if <+++>; then<++>fi<++>?<+++>cf> -"inoremap if :read ~/.vim/ftplugin/sh/snippets/if.txtkdd/<+++>cf> diff --git a/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt b/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt deleted file mode 100644 index 9f6bb88..0000000 --- a/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt +++ /dev/null @@ -1,3 +0,0 @@ -if <+++>; then - <++> -fi<++> -- cgit v1.2.1