Compare commits
No commits in common. "f7a0fa36c8d2fc117814b0762f065c990f32564e" and "6b5ff68f1ab608903e33230be5dd6b23e243859f" have entirely different histories.
f7a0fa36c8
...
6b5ff68f1a
|
@ -41,9 +41,6 @@ local lsp_confs = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
cmd_env = {
|
|
||||||
CARGO_TARGET_DIR = "/tmp/rust-analyzer"
|
|
||||||
},
|
|
||||||
settings = {
|
settings = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
|
@ -94,7 +91,6 @@ local lsp_special_setup = {
|
||||||
|
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
|
|
||||||
for server, conf in pairs(lsp_confs) do
|
for server, conf in pairs(lsp_confs) do
|
||||||
local source_on_attach = conf.on_attach
|
local source_on_attach = conf.on_attach
|
||||||
if source_on_attach == nil then
|
if source_on_attach == nil then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user