mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: add hugo+knap
This commit is contained in:
parent
d75777ef85
commit
a0591215a8
9 changed files with 222 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
local M = {
|
||||
"saghen/blink.cmp",
|
||||
dependencies = "rafamadriz/friendly-snippets",
|
||||
dependencies = { "L3MON4D3/LuaSnip", version = "v2.*" },
|
||||
version = "v0.*",
|
||||
}
|
||||
|
||||
|
@ -25,6 +25,8 @@ M.config = function()
|
|||
nerd_font_variant = "mono",
|
||||
},
|
||||
|
||||
snippets = { preset = "luasnip" },
|
||||
|
||||
sources = {
|
||||
default = { "lsp", "path", "snippets", "buffer", "dadbod" },
|
||||
providers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue