this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[nvim] Auto cd to ~/.config/nvim directory

+1 -1
+1 -1
nvim/lua/plugins/alpha.lua
··· 14 14 dashboard.button("e", " > New file", ":enew <BAR> startinsert <CR>"), 15 15 dashboard.button("f", " > Find file", ":Telescope find_files <CR>"), 16 16 dashboard.button("r", " > Recent files", ":Telescope oldfiles <CR>"), 17 - dashboard.button("c", " > Config", ":e ~/.config/nvim/init.lua <CR>"), 17 + dashboard.button("c", " > Config", ":cd ~/.config/nvim <BAR> e ./init.lua <CR>"), 18 18 dashboard.button("p", " > Update plugins", ":PackerSync <CR>"), 19 19 dashboard.button("q", " > Quit", ":qa <CR>"), 20 20 }