2024-09-14 12:56:44 -04:00
|
|
|
{dirs, ...}: {
|
2024-07-30 00:09:42 -04:00
|
|
|
programs.neovim = {
|
|
|
|
enable = true;
|
|
|
|
defaultEditor = true;
|
|
|
|
vimAlias = true;
|
|
|
|
};
|
2024-09-14 12:56:44 -04:00
|
|
|
|
|
|
|
xdg.configFile = {
|
|
|
|
nvim = {
|
|
|
|
onChange = "nvim --headless -c 'if exists(\":LuaCacheClear\") | :LuaCacheClear' +quitall";
|
|
|
|
source = dirs.defaults + /nvim;
|
|
|
|
};
|
|
|
|
};
|
2024-09-03 22:24:20 -04:00
|
|
|
}
|