You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the case of the commands provided for neovim, they only should work if the user is using a
init.vim
file instead of aninit.lua
fileautocmd BufNewFile,BufRead /dev/shm/gopass* setlocal noswapfile nobackup noundofile shada=
would be (unless I messed something up)
vim.cmd[[autocmd BufNewFile,BufRead /dev/shm/gopass* setlocal noswapfile nobackup noundofile shada=]]
There may also be a better way than doing it this way but I just though I'd mention!
Beta Was this translation helpful? Give feedback.
All reactions