Skip to content

Commit

Permalink
Remove polymode lsp integration
Browse files Browse the repository at this point in the history
- Fixes polyr issue: polymode/poly-R#34
  • Loading branch information
shirdekel committed Apr 27, 2022
1 parent 1d073cd commit f433b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ This function should only modify configuration layer settings."
osx-right-control-as 'left
osx-swap-option-and-command nil)
(ess :variables
ess-r-backend 'lsp)
ess-r-backend 'lsp
polymode-lsp-integration nil)
treemacs
(javascript :variables
javascript-backend 'lsp)
Expand Down

0 comments on commit f433b87

Please sign in to comment.