update
This commit is contained in:
parent
73ae089825
commit
0773e7906c
|
@ -18,16 +18,4 @@ return {
|
||||||
config = true,
|
config = true,
|
||||||
vim.keymap.set({ 'n' }, '<leader>n', '<cmd>Neogit kind=replace<CR>', {}),
|
vim.keymap.set({ 'n' }, '<leader>n', '<cmd>Neogit kind=replace<CR>', {}),
|
||||||
},
|
},
|
||||||
|
|
||||||
--{
|
|
||||||
-- "simrat39/rust-tools.nvim",
|
|
||||||
-- ft = "rust",
|
|
||||||
-- dependencies = "neovim/nvim-lspconfig",
|
|
||||||
-- opts = function()
|
|
||||||
-- return require "custom.configs.rust-tools"
|
|
||||||
-- end,
|
|
||||||
-- config = function(_, opts)
|
|
||||||
-- require("rust-tools").setup(opts)
|
|
||||||
-- end,
|
|
||||||
--},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue