From 248a94df25205c334ec5097efd392393ab336258 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 28 Sep 2021 12:44:33 +0400 Subject: Changed coloscheme config for neovim and kakoune --- .config/kak/kakrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/kak/kakrc') diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 8081ba4..ff90690 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -2,8 +2,6 @@ source "%val{config}/plugins/plug.kak/rc/plug.kak" plug "andreyorst/plug.kak" noload plug "andreyorst/fzf.kak" -colorscheme gruvbox - set-option global tabstop 4 set-option global indentwidth 0 @@ -17,6 +15,7 @@ map global normal ': comment-line ' map global user y ' xclip -i -selection clipboard ' -docstring 'yank to system clipboard' map global user f '| par -w80 ' -docstring 'reformat selection with external tool' map global user l %{: enter-user-mode lsp } -docstring 'LSP mode' +map global user s "/\[\+\+\]c" eval %sh{kak-lsp --kakoune -s $kak_session} -- cgit v1.2.3