commit | d757e7bd3d67b0666caa04ea08452e6445185dbe | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jan 25 21:29:18 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:37 2023 +0000 |
tree | ce7081274098b56f0d76ee243e6a1a402e11eb2d | |
parent | 00cb6ae32492c49461a22556c996c323b2a19520 [diff] [blame] |
Add codeium and mundo to vim Also: Expose packages in self#packagename for installation elsewhere on-system Also: Reformat flake.nix
diff --git a/modules/neovim/undo/undo.vim b/modules/neovim/undo/undo.vim new file mode 100644 index 0000000..73a30e7 --- /dev/null +++ b/modules/neovim/undo/undo.vim
@@ -0,0 +1,4 @@ +set undofile +set undodir=~/.config/nvim/undo + +nnoremap U :MundoToggle<CR>