Files
nvim-config/lua/rust-analyzer.lua
2023-05-07 01:28:27 -04:00

5 lines
128 B
Lua

-- Require LSP config which we can use to attach rust-analyzer
lspconfig = require 'lspconfig'
util = require 'lspconfig/util'