mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
4 lines
145 B
Lua
4 lines
145 B
Lua
vim.api.nvim_create_user_command('Rooter', function() require('rooter').run() end, {
|
|
desc = 'Change working directory to the project root',
|
|
})
|