Skip to content

Instantly share code, notes, and snippets.

View matheusxreis's full-sized avatar
🎯
Focusing

Matheus Reis matheusxreis

🎯
Focusing
View GitHub Profile
@matheusxreis
matheusxreis / chadrc.lua
Created October 15, 2023 23:03
config lsp rust in nvim with nvchad
-- ~/.config/nvim/lua/custom/chadrc.lua
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'jellybeans' }
M.plugins = 'custom.plugins'
return M