Skip to content

Commit

Permalink
refactor(nvim): default to home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jul 23, 2024
1 parent 56872bc commit 4d982ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/nvim/lua/neovide/start.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local registry = require('lib.registry')

registry.pre(function ()
vim.cmd('cd ~')
end)

0 comments on commit 4d982ca

Please sign in to comment.