mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
chore: minor changes
This commit is contained in:
@@ -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
16
lua/plugins/rustacean.lua
Normal 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 = "",
|
||||
},
|
||||
}, ]]
|
||||
}
|
||||
Reference in New Issue
Block a user