File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change
1
+ ** /.git
Original file line number Diff line number Diff line change 1
1
let g:netrw_dirhistmax =10
2
- let g:netrw_dirhistcnt =9
3
- let g:netrw_dirhist_9='/home/edavison/.config/my-dashy-conf.yml'
4
- let g:netrw_dirhist_8='/home/edavison/.ssh'
5
- let g:netrw_dirhist_7='/opt/Data/Cisco/Dev'
6
- let g:netrw_dirhist_6='/home/edavison/.bash-git-prompt'
7
- let g:netrw_dirhist_5='/home/edavison/.ssh'
8
- let g:netrw_dirhist_4='/home/edavison/.vim'
9
- let g:netrw_dirhist_3='/opt/Data/Cisco/Hunting'
10
- let g:netrw_dirhist_2='/opt/Data/Cisco/repos/eddaviso/threathunting/Personnel/eddaviso/utils'
11
- let g:netrw_dirhist_1='/home/edavison/.ssh'
2
+ let g:netrw_dirhistcnt =6
3
+ let g:netrw_dirhist_6='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/rbfcu/csv'
4
+ let g:netrw_dirhist_5='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/paypal/csv'
5
+ let g:netrw_dirhist_4='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/navyfed/csv'
6
+ let g:netrw_dirhist_3='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/monique_ls/csv'
7
+ let g:netrw_dirhist_2='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/ashortinc/csv'
8
+ let g:netrw_dirhist_1='/mnt/fedora/home/edavison/.vim/bundle'
9
+ let g:netrw_dirhist_0='/opt/Data/Work/Cisco/Dev/ADMINAPI/import json to pgsql/List Files_Folders (#9)'
10
+ let g:netrw_dirhist_9='/opt/Data/Work/Cisco/Dev/ADMINAPI'
11
+ let g:netrw_dirhist_8='/home/edavison/.config/i3'
12
+ let g:netrw_dirhist_7='/opt/Data/Personal/NextCloud/Documents/Finance/accounting/2023/import/rbfcu/rules'
Original file line number Diff line number Diff line change
1
+ Subproject commit 58c97bc21c6f657d3babdd4eefce7593e30e75ce
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ Plug 'raghur/vim-ghost', {'do': ':GhostInstall'}
99
99
" Only enabled for Vim 8 (not for Neovim).
100
100
Plug ' roxma/nvim-yarp' , v: version >= 800 && ! has (' nvim' ) ? {} : { ' on' : [], ' for' : [] }
101
101
Plug ' roxma/vim-hug-neovim-rpc' , v: version >= 800 && ! has (' nvim' ) ? {} : { ' on' : [], ' for' : [] }
102
+ Plug ' itchyny/lightline.vim'
102
103
103
104
call plug#end ()
104
105
106
+ set laststatus = 2
You can’t perform that action at this time.
0 commit comments