From 3b0701a382eafb04ceb613380fa61a24c02b44f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 30 Aug 2022 22:19:40 -0300 Subject: [PATCH] kak: disable snippets --- system/configuration.nix | 1 + user/kak/kak-lsp.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index c8be56f..cc21898 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -169,6 +169,7 @@ in { vscode micro fd + du-dust kakoune kak-lsp pavucontrol diff --git a/user/kak/kak-lsp.toml b/user/kak/kak-lsp.toml index 63c4784..c204e3e 100644 --- a/user/kak/kak-lsp.toml +++ b/user/kak/kak-lsp.toml @@ -1,4 +1,4 @@ -snippet_support = true +snippet_support = false verbosity = 2 [server]