mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: nvim config updates
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
return {
|
||||
"L3MON4D3/LuaSnip",
|
||||
opts = {
|
||||
history = true,
|
||||
enable_autosnippets = false, -- don't automatically expand snippets.
|
||||
updatevents = "TextChanged,TextChangedI",
|
||||
},
|
||||
config = function()
|
||||
local ls = require("luasnip")
|
||||
local types = require("luasnip.util.types")
|
||||
ls.setup({
|
||||
history = true,
|
||||
enable_autosnippets = false,
|
||||
updatevents = "TextChanged,TextChangedI",
|
||||
extra_opts = {
|
||||
[types.choiceNode] = {
|
||||
active = {
|
||||
|
||||
Reference in New Issue
Block a user