1 2 3 4 5 6 7 8 9
vim.pack.add({ { src = "https://github.com/neovim/nvim-lspconfig", name = "lspconfig" } }) vim.lsp.enable({ "rust_analyzer", }) return {}