Gerard Roche
Gerard Roche
Moved to the roadmap: https://github.com/NeoVintageous/NeoVintageous/blob/master/ROADMAP.md
Recorded macros and registers are persisted on restarts: https://github.com/NeoVintageous/NeoVintageous/blob/master/CHANGELOG.md#1280---2023-03-20
Closing this but I've added this to the list of suggestions for future plugin implementations here: https://github.com/NeoVintageous/NeoVintageous/issues/855
Moved to the roadmap: https://github.com/NeoVintageous/NeoVintageous/blob/master/ROADMAP.md
Closing this but I've added this to the list of suggestions for future plugin implementations here: https://github.com/NeoVintageous/NeoVintageous/issues/855
Closing because it's a Sublime Text limitation and there isn't really anything I can do about it. I've added it to the known issues section on the roadmap so it...
In the next version you will be able to specify a `FileType` in mappings. This is not a normal Vim feature. The proper Vim way would be to use an...
The FileType is based on the file name extension. Currently to bind to multiple file types you have to write multiple mappings for each file type: nnoremap FileType go gd...
You will be able specify multiple file types as a comma-delimited string: nnoremap FileType go,html gd :LspSymbolDefinition
1.29.0 has just been tagged and released so should be available in package control soon. I expect there may be one or two bugs with the FileType mappings as it...