1
1
Fork 0

fix configure-neovim command

This commit is contained in:
Gaiety 2026-05-21 19:19:38 -06:00
parent a2d6242df9
commit 99d03855a8

4
mise-tasks/configure-neovim Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
#MISE description="Adjustments needed for NeoVim"
echo create persistent undo directory
mkdir -p $HOME/.config/nvim/undo