Migrate '.vim/after' to neovim

This commit is contained in:
2025-10-20 23:57:01 +02:00
parent d6875c97d9
commit afca2cae5d
10 changed files with 20 additions and 0 deletions
@@ -0,0 +1,5 @@
vim.cmd([[
nmap s <Nop>
xmap s <Nop>
let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes)
]])