fix: more performance improvements
This commit is contained in:
parent
fdcb340766
commit
10fba24f8e
2 changed files with 2 additions and 8 deletions
|
|
@ -52,15 +52,8 @@ end
|
||||||
|
|
||||||
require("rust-tools").setup({
|
require("rust-tools").setup({
|
||||||
server = {
|
server = {
|
||||||
standalone = false,
|
|
||||||
root_dir = require('lspconfig').util.find_git_ancestor,
|
root_dir = require('lspconfig').util.find_git_ancestor,
|
||||||
loadOutputiDirs = false,
|
|
||||||
},
|
},
|
||||||
tools = {
|
|
||||||
inlay_hints = {
|
|
||||||
auto = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
require("mason-lspconfig").setup_handlers({
|
require("mason-lspconfig").setup_handlers({
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,8 @@ Plug('akinsho/toggleterm.nvim',{ ["tag"] = "*" }) -- better terminal integrati
|
||||||
Plug("iamcco/markdown-preview.nvim", -- markdown preview
|
Plug("iamcco/markdown-preview.nvim", -- markdown preview
|
||||||
{ ["do"] = "cd app && yarn install" })
|
{ ["do"] = "cd app && yarn install" })
|
||||||
Plug('p00f/clangd_extensions.nvim') -- clangd_extensions
|
Plug('p00f/clangd_extensions.nvim') -- clangd_extensions
|
||||||
Plug('kdarkhan/rust-tools.nvim') -- rust extensions
|
-- Plug('kdarkhan/rust-tools.nvim') -- rust extensions
|
||||||
|
Plug('simrat39/rust-tools.nvim')
|
||||||
Plug('lvimuser/lsp-inlayhints.nvim') -- inlay hints
|
Plug('lvimuser/lsp-inlayhints.nvim') -- inlay hints
|
||||||
Plug('preservim/tagbar') -- tags on the right
|
Plug('preservim/tagbar') -- tags on the right
|
||||||
Plug('ggandor/leap.nvim') -- special movement
|
Plug('ggandor/leap.nvim') -- special movement
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue