Updates to nvim to harden for gopass

This commit is contained in:
2024-04-07 00:07:45 -04:00
parent 65e8de5b75
commit 8a9a378f18
5 changed files with 97 additions and 19 deletions

View File

@@ -59,6 +59,10 @@ createCmd(
}
)
vim.api.nvim_exec([[
autocmd BufNewFile,BufRead /private/**/gopass** setlocal noswapfile nobackup noundofile shada=""
]], false)
-- Swift
-- createCmd(
-- "FileType",