fix: luasnip

This commit is contained in:
2024-03-26 16:49:55 +01:00
parent 254331bebe
commit 59e6ed992a

View File

@@ -400,7 +400,11 @@ in {
{name = "nvim_lsp_document_symbol";}
];
formatting.fields = ["abbr" "kind"];
snippet.expand = "luasnip";
snippet.expand =
/*
lua
*/
"function(args) require('luasnip').lsp_expand(args.body) end";
window = {
completion.border = "rounded";
documentation.border = "rounded";