Skip to content

Commit

Permalink
enable r_language_server in nvim-lspconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 authored Oct 5, 2023
1 parent 4919fa5 commit 59c2b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,9 @@ return {
on_attach = on_attach,
capabilities = capabilities,
}
require 'lspconfig'.r_language_server.setup {
on_attach = on_attach,
capabilities = capabilities,
}
end
}

0 comments on commit 59c2b30

Please sign in to comment.