When trying to delete any file even ones created by nvim I get this error. Tried running your bare config without any changes still gives an error, tried using lunarvim from nixpkgs and had no problems.
E5108: Error executing lua: ...Packages/start/snacks.nvim/lua/snacks/picker/actions.lua:97: Either item.buf or item.file is required
stack traceback:
[C]: in function 'assert'
...Packages/start/snacks.nvim/lua/snacks/picker/actions.lua:97: in function 'fn'
...ck/myNeovimPackages/start/snacks.nvim/lua/snacks/win.lua:339: in function <...ck/myNeovimPackages/start/snacks.nvim/lua/snacks/win.lua:334>
When trying to cut a file using the side explorer I get this.
E21: Cannot make changes, 'modifiable' is off
Another issue is when using the picker for anything you cant just write what you looking for and then just press enter, you first need to escape or use jk, then you can accept, don't know if this is the desired behavior.
I'm using your configuration without any changes but some added language support, even tried using your exact configuration on a fresh install.
When trying to delete any file even ones created by nvim I get this error. Tried running your bare config without any changes still gives an error, tried using lunarvim from nixpkgs and had no problems.
When trying to cut a file using the side explorer I get this.
E21: Cannot make changes, 'modifiable' is offAnother issue is when using the picker for anything you cant just write what you looking for and then just press enter, you first need to escape or use jk, then you can accept, don't know if this is the desired behavior.
I'm using your configuration without any changes but some added language support, even tried using your exact configuration on a fresh install.