setup rust
This commit is contained in:
@@ -23,6 +23,13 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
-- local lspconfig = require 'lspconfig'
|
-- local lspconfig = require 'lspconfig'
|
||||||
vim.lsp.config('harper_ls', { filetypes = { 'markdown' }})
|
vim.lsp.config('harper_ls', { filetypes = { 'markdown' }})
|
||||||
|
vim.lsp.config('rust_analyser', { filetypes = { 'rust' }})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"j-hui/fidget.nvim",
|
||||||
|
opts = {
|
||||||
|
-- options
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user