243 current 2024-03-20 12:22:00 24.05.20240319.b06025f 6.8.0-zen1 *
This commit is contained in:
parent
e1f45c6bac
commit
b7ebdc6c18
3 changed files with 1 additions and 16 deletions
|
|
@ -18,6 +18,7 @@ return {
|
|||
},
|
||||
},
|
||||
{ "rcarriga/nvim-dap-ui", opts = {} },
|
||||
{ "nvim-neotest/nvim-nio" },
|
||||
{
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
opts = {
|
||||
|
|
|
|||
|
|
@ -1,25 +1,11 @@
|
|||
return {
|
||||
"jose-elias-alvarez/null-ls.nvim",
|
||||
dependencies = {
|
||||
{
|
||||
"jay-babu/mason-null-ls.nvim",
|
||||
cmd = { "NullLsInstall", "NullLsUninstall" },
|
||||
opts = { handlers = {} },
|
||||
},
|
||||
},
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
config = function()
|
||||
local null_ls = require("null-ls")
|
||||
|
||||
null_ls.setup({
|
||||
debug = false,
|
||||
ensure_installed = {
|
||||
"clang-format",
|
||||
"prettierd",
|
||||
"rustfmt",
|
||||
"shfmt",
|
||||
"stylua",
|
||||
},
|
||||
sources = {
|
||||
null_ls.builtins.formatting.rustfmt.with({
|
||||
extra_args = { "--edition=2021" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue