mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-11 12:13:04 +00:00
fix: luasnip
This commit is contained in:
@@ -400,7 +400,11 @@ in {
|
|||||||
{name = "nvim_lsp_document_symbol";}
|
{name = "nvim_lsp_document_symbol";}
|
||||||
];
|
];
|
||||||
formatting.fields = ["abbr" "kind"];
|
formatting.fields = ["abbr" "kind"];
|
||||||
snippet.expand = "luasnip";
|
snippet.expand =
|
||||||
|
/*
|
||||||
|
lua
|
||||||
|
*/
|
||||||
|
"function(args) require('luasnip').lsp_expand(args.body) end";
|
||||||
window = {
|
window = {
|
||||||
completion.border = "rounded";
|
completion.border = "rounded";
|
||||||
documentation.border = "rounded";
|
documentation.border = "rounded";
|
||||||
|
|||||||
Reference in New Issue
Block a user