feat(typst-lsp): added
This commit is contained in:
4
rust.lua
4
rust.lua
@@ -114,7 +114,7 @@ vim.g.rustaceanvim = {
|
||||
-- standalone file support
|
||||
-- setting it to false may improve startup time
|
||||
standalone = true,
|
||||
cmd = {(deps.rust_analyzer_path .. "/bin/rust-analyzer")},
|
||||
cmd = {(deps.rust-analyzer_path .. "/bin/rust-analyzer")},
|
||||
capabilities = require("cmp_nvim_lsp").default_capabilities(c),
|
||||
on_attach = function(client, bufnr)
|
||||
require("lsp-inlayhints").on_attach(client, bufnr)
|
||||
@@ -281,7 +281,7 @@ rt.setup({
|
||||
-- standalone file support
|
||||
-- setting it to false may improve startup time
|
||||
standalone = true,
|
||||
cmd = {(deps.rust_analyzer_path .. "/bin/rust-analyzer")}
|
||||
cmd = {(deps.rust-analyzer_path .. "/bin/rust-analyzer")}
|
||||
}, -- rust-analyzer options
|
||||
|
||||
-- debugging stuff
|
||||
|
Reference in New Issue
Block a user