added possibity of config overrides to neovim,

will allow for local config to override global, laying groundwork for
unifying personal and work config.
This commit is contained in:
Gabe Venberg 2024-02-22 00:58:48 -06:00
parent b8b28a29fd
commit ce99161959

View file

@ -169,3 +169,6 @@ Floatingterm = Terminal:new({
})
vim.api.nvim_set_keymap("n", "<leader>s", ':lua Floatingterm:toggle()<CR>', optsWithDesc("open scratch terminal"))
-- load overrides from other stow packages.
vim.cmd('runtime! override/**/*.lua')