mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-01-31
This commit is contained in:
@@ -21,12 +21,9 @@ return {
|
||||
ft = { "sql", "mysql", "plsql" },
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"petertriho/cmp-git",
|
||||
ft = { "gitcommit", "octo", "NeogitCommitMessage" },
|
||||
},
|
||||
},
|
||||
version = "*",
|
||||
build = "cargo build --release",
|
||||
opts = {
|
||||
-- "default" for mappings similar to built-in completion
|
||||
-- "super-tab" for mappings similar to vscode (tab to accept, arrow keys to navigate)
|
||||
@@ -71,7 +68,6 @@ return {
|
||||
"lsp",
|
||||
"path",
|
||||
"buffer",
|
||||
"git",
|
||||
"dbee",
|
||||
"snippets",
|
||||
"ripgrep",
|
||||
|
||||
Reference in New Issue
Block a user