lsp: autoconfiguring lsps with mason-lspconfig

This commit is contained in:
kalmenn 2024-01-07 17:37:02 +01:00
parent e1ec85793b
commit 30542b0ab3
Signed by: kalmenn
GPG key ID: F500055C44BC3834
3 changed files with 49 additions and 27 deletions

View file

@ -41,8 +41,9 @@ return {
"simrat39/rust-tools.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/cmp-nvim-lsp",
},
lazy = false,
lazy = true,
config = function()
local capabilities = require("cmp_nvim_lsp").default_capabilities();