setup rust

This commit is contained in:
2025-11-19 01:57:34 +01:00
parent a2a9ca2fc6
commit 34619114ed

View File

@@ -23,6 +23,13 @@ return {
config = function()
-- local lspconfig = require 'lspconfig'
vim.lsp.config('harper_ls', { filetypes = { 'markdown' }})
vim.lsp.config('rust_analyser', { filetypes = { 'rust' }})
end,
},
{
"j-hui/fidget.nvim",
opts = {
-- options
},
}
}