mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
added rust-tools thanks to bob3000 (#544)
* added rust-tools * require_plugin has been removed
This commit is contained in:
parent
dbad645f90
commit
758798b6f9
7 changed files with 117 additions and 6 deletions
5
init.lua
5
init.lua
|
@ -35,7 +35,10 @@ if O.lang.lua.active then require('lsp.lua-ls') end
|
|||
if O.lang.php.active then require('lsp.php-ls') end
|
||||
if O.lang.python.active then require('lsp.python-ls') end
|
||||
if O.lang.ruby.active then require('lsp.ruby-ls') end
|
||||
if O.lang.rust.active then require('lsp.rust-ls') end
|
||||
if O.lang.rust.active then
|
||||
require('lsp.rust-ls')
|
||||
require('lv-rust-tools')
|
||||
end
|
||||
if O.lang.svelte.active then require('lsp.svelte-ls') end
|
||||
if O.lang.terraform.active then require('lsp.terraform-ls') end
|
||||
if O.lang.tailwindcss.active then require('lsp.tailwindcss-ls') end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue