fix(nvim/luasnip): update to new settings schema

This commit is contained in:
Michael Thomas 2024-08-05 17:21:50 -04:00
parent d2ebcb83de
commit 030cbaf9ba

View File

@ -1,11 +1,7 @@
{
pkgs,
config,
...
}: {
{pkgs, ...}: {
plugins.luasnip = {
enable = true;
extraConfig = {
settings = {
enable_autosnippets = true;
store_selection_keys = "<Tab>";
};