feat(nvim): change alpha settings to netrw of nvim

This commit is contained in:
Price Hiller 2022-07-05 00:12:28 -05:00
parent fadfd3e53b
commit 3edd185ed1

View File

@ -86,7 +86,7 @@ local buttons = {
button('e', ' New File', ':ene <BAR> startinsert <CR>'),
button('f', ' Find File', ':Telescope find_files<CR>'),
button('r', ' Recent', ':Telescope oldfiles<CR>'),
button('s', ' Settings', ':e $MYVIMRC | :cd %:p:h | split . | wincmd k | pwd<CR>'),
button('s', ' Settings', ':e ~/.config/nvim/<CR>'),
button('u', ' Update Plugins', ':PackerSync<CR>'),
button('q', ' Quit', ':qa<CR>'),
},