mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 17:13:41 +01:00
update nvim config
This commit is contained in:
parent
1cc31f80d8
commit
b0d9845f23
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,6 @@ require("luasnip.loaders.from_snipmate").load()
|
||||||
|
|
||||||
ls.add_snippets("markdown", {
|
ls.add_snippets("markdown", {
|
||||||
ls.snippet("shrug", {
|
ls.snippet("shrug", {
|
||||||
ls.text_node [[¯\\_(ツ)_/¯]],
|
ls.text_node [[¯\_(ツ)_/¯]],
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
|
@ -12,6 +12,7 @@ pub fn build(b: *std.build.Builder) void {
|
||||||
lib.linkSystemLibrary("luajit");
|
lib.linkSystemLibrary("luajit");
|
||||||
|
|
||||||
lib.strip = mode != .Debug;
|
lib.strip = mode != .Debug;
|
||||||
|
lib.unwind_tables = true;
|
||||||
|
|
||||||
lib.install();
|
lib.install();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue