diff options
| author | miguel <m.i@gmx.at> | 2021-06-16 13:35:43 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-16 13:35:43 +0200 |
| commit | a062199c9f6fee36e081d8b45c7c3f1829cb518e (patch) | |
| tree | 7253dbcf0b93d054c904f3f96b8428e4abbe0b02 /vim-new/init.vim | |
| parent | 077f6935aeced24a42a80db879ecaaa7756b748f (diff) | |
tmux.conf and other things
Diffstat (limited to 'vim-new/init.vim')
| -rw-r--r-- | vim-new/init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vim-new/init.vim b/vim-new/init.vim index 7fca7b6..a35f680 100644 --- a/vim-new/init.vim +++ b/vim-new/init.vim @@ -39,6 +39,8 @@ Plug 'neovimhaskell/haskell-vim' Plug 'alx741/vim-stylishask' Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' } +Plug 'christoomey/vim-tmux-navigator' + call plug#end() " }}} @@ -65,7 +67,7 @@ set completeopt-=preview set updatetime=300 set signcolumn=yes -" set mouse=a +set mouse=a syntax on |
