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
* feat(nvim): ex-commands `:!` integration
Settings with documentation for using Nushell for:
- filtering buffer content through external commands.
Now `:!` `:r!` `:w !` work just fine.
- vim diff mode with external diff commands
`nvim -d {file1} {file2}` with `set diffopt-=internal`
- `:make` and quickfix buffer with `makeprg`
* fix(nvim): reword comments for options
- better clarifications for shelltemp shellredir and shellpipe
- remove extra `NOTE:`
0 commit comments