Alexey

Results 8 comments of Alexey

Hi Alexander, a minor comment about lsp: if you add lsp mode to the layers, then ess uses lsp backend. One does not need to define it additionally. It might...

> The ESS backend is insufficient for reasonable level of R programming. It's not worth introducing without LSP. It is more a matter of preference.

Hi Julien @sir4ur0n, please take a look at the documentation of [lsp-mode](https://emacs-lsp.github.io/lsp-mode/page/faq/#i-have-multiple-language-servers-registered-for-language-foo-which-one-will-be-used-when-opening-a-project): different backends have different priority values. It should be possible to disable `solargraph` by including it into lsp-disabled-clients...

Do you run emacs from __within__ a cygwin shell? I.e. by typing in the cygwin shell `emacs &` If it does not help, try to set ``` (setq shell-file-name "bash")...

Can it be solved with the pyenv plugin https://github.com/pyenv/pyenv-virtualenv ? https://github.com/pythonic-emacs/pyenv-mode/issues/10 As i understand, it addresses the issue of management of both, pyenv and virtualenv.

Hi @dewijones92, at the screenshot the value is different to the text posted: "Heavy" instead of "heavy".

please check M-x `set-frame-font` for available variants. You probably want to set the weight to `semibold` or `bold`.

This is likely due to difference in indentation of line and region functions: lsp assigns only indent-region function to lsp-format-region, but indent-line is c-indent-line, which is called upon newline or...