mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: back to fugitive
This commit is contained in:
parent
cd71c6519e
commit
867159343a
10 changed files with 107 additions and 130 deletions
|
@ -1,6 +1,7 @@
|
|||
local M = {
|
||||
"saghen/blink.cmp",
|
||||
dependencies = { "L3MON4D3/LuaSnip", version = "v2.*" },
|
||||
|
||||
version = "v1.*",
|
||||
}
|
||||
|
||||
|
@ -18,7 +19,6 @@ M.config = function()
|
|||
|
||||
["<C-k>"] = { "select_prev", "fallback" },
|
||||
["<C-j>"] = { "select_next", "fallback" },
|
||||
["<Tab>"] = { "fallback" },
|
||||
},
|
||||
|
||||
appearance = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue