From 586835c10285e22b2e7346e4c9816dad62f5ad19 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Sun, 24 Aug 2025 01:02:14 +0300 Subject: [PATCH] codebok-lsp install fix --- roles/dev/tasks/txt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dev/tasks/txt.yml b/roles/dev/tasks/txt.yml index 8c6e13f..f2b7c63 100644 --- a/roles/dev/tasks/txt.yml +++ b/roles/dev/tasks/txt.yml @@ -55,8 +55,8 @@ mode: a+x keep_newer: true extra_opts: - - --strip=1 + # - --strip=1 - --no-anchored - - codebook-lsp + - 'codebook-lsp' # TODO: codebook setup (add to helix config, etc.)