refactor: simplify startup profiles and ignore local tooling configs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
vim.keymap.set("n", "<leader>w", function()
|
||||
require("nvim-window").pick()
|
||||
end, { desc = "Jump to window" })
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user