Sibi Prabakaran

Results 142 comments of Sibi Prabakaran

When something like this happens, I try to check it's behavior with VSCode and see the language server logs and try to compare it with the lsp-mode interaction to see...

@LionyxML Unfortunately I have been not able to reach @brotzeit. I maintaining a temporary (hopefully) fork here: https://github.com/psibi/rustic

@liebkne Can you clean your `eln-cache` and the old package, and then restart your emacs. I believe this is the clean up command: ``` rm -rf ~/.emacs.d/eln-cache/ rm -rf ~/.emacs.d/elpa/rustic-*...

@liebkne Hmm, interesting. Can you show me the entire rustic configuration that you are using ?

@liebkne Have pushed a fix, can you give it a try ?

@liebkne > Hi, the major mode seems to work now Cool, thanks for the confirmation. > as complained by the dtrt-indent package. Can you provide list of all variables ?...

@CeleritasCelery Regarding the lsp mode, I got it working through the following configuration: ``` (use-package rustic :init (progn (setq rustic-treesitter-derive t) (add-hook 'rustic-mode-hook #'lsp-deferred)) ... ``` Can you try that...

@NickSica You're right. I'm planning to get that rust-mode PR merged soon. How has been your experience so far ?

@NickSica Thanks for the feedback! I'm planning to test drive it a week and merge it if works well.

When you use `rustic-cargo-new`, you can interactively select the existing directory and then type in the new name that you are looking for (appending it with the directory which you...