8000 feat(nvim): Show hidden files in filebeagle · musq/dotfiles@6a32ecf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 6a32ecf

Browse files
committed
feat(nvim): Show hidden files in filebeagle
1 parent da2171b commit 6a32ecf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/config/nvim/init.vim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,14 @@ call ChangeTheme(2) " Change theme
708708
let g:ackprg = 'rg --vimgrep'
709709

710710

711+
" ----------------------------------------------------------------------
712+
" | Plugins - Filebeagle |
713+
" ----------------------------------------------------------------------
714+
715+
" Show hidden files
716+
717+
let g:filebeagle_show_hidden=1
718+
711719

712720
" ----------------------------------------------------------------------
713721
" | Plugins - Gitgutter |

0 commit comments

Comments
 (0)
0