Jefferson González
Jefferson González
Haven't finished implementing mainly because I have to write a UI to confirm the changes
All language servers I have tested work properly with the file extension and changing to use the `language` property by default would break clangd server which handles both C and...
Clangd seemed to properly work when sending `h` as languageId but Im not even sure anymore :) Thanks for the diagnosis and reporting the issue. Maybe the logic can be...
Looking at the code makes me think the functionality is pretty similar to the [navigate](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/navigate.lua) plugin that I wrote which also lets you jump back and forward. > working across...
> I do personally think the coarser navigation is more convenient, since the finer navigation would have me hitting `alt+left` over and over again. That is true, if you would...
Can you both try this lite-xl build to see if the issue is still present? https://github.com/jgmdev/lite-xl/releases/tag/v2.1.0
you can try this new plugin and see how it works for you https://github.com/lite-xl/lite-xl-plugins/pull/127, haven't tested it on Mac
> Hey @jgmdev, I tried the plugin and it works. It would be absolutely perfect, if only it were possible to delete the first folder. The option `remove folder` is,...
Thinking about it I could change the dirs instance config option for ipc to let you change how to open new directories on single instance mode with 3 options: *...
> If the first folder could be removed in the treeview that would be totally sufficient (for me). However, your ideas for config options are great. Ok, added the suggested...