chore: minor changes

This commit is contained in:
Kristofers Solo
2024-03-10 17:06:46 +02:00
parent 46433d2c6e
commit 06052ff627
4 changed files with 28 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ return {
require("cmp_git").setup({
-- defaults
filetypes = { "gitcommit", "octo" },
filetypes = { "gitcommit", "octo", "NeogitCommitMessage" },
remotes = { "upstream", "origin" }, -- in order of most to least prioritized
enableRemoteUrlRewrites = false, -- enable git url rewrites, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf
git = {

16
lua/plugins/rustacean.lua Normal file
View File

@@ -0,0 +1,16 @@
return {
"mrcjkb/rustaceanvim",
version = "^4",
enabled = false,
-- TODO: configure rustaceanvim
ft = { "rust" },
--[[ keys = {
{
"",
function()
vim.cmd.RustLsp("codeAction")
end,
desc = "",
},
}, ]]
}