Move files out of their respective fs structure into program dirs in root and symlink dotfils using HM.
This commit is contained in:
parent
10bab010b7
commit
fb2adb4547
72 changed files with 9 additions and 0 deletions
|
|
@ -1,18 +0,0 @@
|
|||
return {
|
||||
"saghen/blink.cmp",
|
||||
lazy = false,
|
||||
version = "v0.*",
|
||||
---@module "blink.cmp"
|
||||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
keymap = { preset = "super-tab" },
|
||||
|
||||
-- highlight = {
|
||||
-- use_nvim_cmp_as_default = true,
|
||||
-- },
|
||||
-- nerd_font_variant = "mono",
|
||||
},
|
||||
-- allows extending the enabled_providers array elsewhere in your config
|
||||
-- without having to redefining it
|
||||
opts_extend = { "sources.completion.enabled_providers" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue