From 9d8e497069aab67f3231dbfc4f47cf7de3ee3dd5 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 18 Feb 2019 20:52:37 +0000 Subject: [PATCH] fish --- ftplugin/fish.vim | 1 + vimrc | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 ftplugin/fish.vim diff --git a/ftplugin/fish.vim b/ftplugin/fish.vim new file mode 100644 index 0000000..0528a65 --- /dev/null +++ b/ftplugin/fish.vim @@ -0,0 +1 @@ +:compiler fish diff --git a/vimrc b/vimrc index 4b475c6..490ba01 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,9 @@ " ● +if &shell =~# 'fish$' + set shell=bash +endif + runtime vimrc-config let g:vimrc_load_dev_plugins = exists('g:vimrc_load_dev_plugins') @@ -87,12 +91,14 @@ let g:mta_filetypes = { if executable('fzf') && v:version >= 704 Plug 'junegunn/fzf.vim' + nnoremap fg :GFiles nnoremap ff :Files + nnoremap fr :History nnoremap ft :Tags nnoremap fb :Buffers nnoremap fh :Helptags nnoremap fa :Ag - nnoremap fg :Ag! + nnoremap fA :Ag! " Ag! gives fullscreen with preview command! -bang -nargs=* Ag @@ -123,6 +129,7 @@ endif Plug 'plasticboy/vim-markdown' let g:vim_markdown_toc_autofit = 1 let g:vim_markdown_fenced_languages = ['bash=sh'] + " #vim-qlist {{{ " Original: https://github.com/romainl/vim-qlist Plug 'studio-vx/vim-qlist' @@ -452,6 +459,11 @@ if g:vimrc_load_dev_plugins " https://github.com/tpope/vim-dispatch Plug 'tpope/vim-dispatch' + "}}} +" #vim-fish{{{ + " https://github.com/dag/vim-fish + Plug 'dag/vim-fish' + "}}} " #vim-gutentags {{{ " https://github.com/ludovicchabant/vim-gutentags @@ -1102,7 +1114,7 @@ set listchars=eol:¬,tab:>-,trail:~,extends:>,precedes:<,space:· set foldtext=MyFoldText() set conceallevel=2 -set concealcursor=n +set concealcursor= "----------------------------------------------------------------------------}}} " #mappings {{{ let g:mapleader = ' '