wit_owo 1.3.2

A Rust library for interacting with the Wit.ai API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
local lspconfig = require("lspconfig")

lspconfig.rust_analyzer.setup({
	settings = {
		["rust-analyzer"] = {
			cargo = {
				allFeatures = true,
			},
		},
	},
})