fix configure-neovim command
This commit is contained in:
parent
a2d6242df9
commit
99d03855a8
1 changed files with 4 additions and 0 deletions
4
mise-tasks/configure-neovim
Executable file
4
mise-tasks/configure-neovim
Executable 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
|
||||||
Loading…
Add table
Reference in a new issue