VSCode extension with some behaviours I was missing from neovim.
Features
- Auto close sidebar when there are editors open side by side
- Telescope: Find files
- Telescope: Find in files
- Lazygit
- Jump to editor diagnostics faster
- Improved peek experience by removing selection on the opened editor
- fx command to navigate a json file
- Doesn't let vscode close the last editor, opens
vsnetrw to navigate the fs and allow vim commands
- Auto expand editor width with more than 3 vsplits
Requirements
How to publish
npm install -g @vscode/vsce
vsce login florencio (Personal Access Token needed)
- bump
package.json version
vsce publish
| |