Guest User

Minimal init.lua to get rust-analyzer working

a guest
Jun 30th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. require('packer').startup(function()
  2.     use 'wbthomason/packer.nvim'
  3.     use 'neovim/nvim-lspconfig'
  4. end)
  5.  
  6. require('lspconfig').rust_analyzer.setup({})
Advertisement
Add Comment
Please, Sign In to add comment