dotfiles with stow
This commit is contained in:
4
config/.config/kak/plugins/.build/kak-lsp/hooks
Normal file
4
config/.config/kak/plugins/.build/kak-lsp/hooks
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
cargo install --locked --force --path .
|
||||
19
config/.config/kak/plugins/.build/kakoune-discord/config
Normal file
19
config/.config/kak/plugins/.build/kakoune-discord/config
Normal file
@@ -0,0 +1,19 @@
|
||||
try %{
|
||||
|
||||
discord-presence-enable
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'kakoune-discord' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'kakoune-discord' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
2
config/.config/kak/plugins/.build/kakoune-discord/hooks
Normal file
2
config/.config/kak/plugins/.build/kakoune-discord/hooks
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
cargo install --path . --force
|
||||
23
config/.config/kak/plugins/.build/kakoune-rainbow/config
Normal file
23
config/.config/kak/plugins/.build/kakoune-rainbow/config
Normal file
@@ -0,0 +1,23 @@
|
||||
try %{
|
||||
|
||||
require-module rainbow
|
||||
# suggested mapping
|
||||
# # map global user r ": rainbow<ret>" -docstring "rainbow brackets"
|
||||
# # map global user R ": rmhl window/ranges_rainbow_specs<ret>" \
|
||||
# # -docstring "remove rainbow highlighter"
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'kakoune-rainbow' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'kakoune-rainbow' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
config/.config/kak/plugins/.build/kakoune-rainbow/domain
Normal file
1
config/.config/kak/plugins/.build/kakoune-rainbow/domain
Normal file
@@ -0,0 +1 @@
|
||||
gitlab.com
|
||||
@@ -0,0 +1,19 @@
|
||||
try %{
|
||||
|
||||
# configuration here
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'kakoune-smooth-scroll' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'kakoune-smooth-scroll' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
21
config/.config/kak/plugins/.build/luar/config
Normal file
21
config/.config/kak/plugins/.build/luar/config
Normal file
@@ -0,0 +1,21 @@
|
||||
try %{
|
||||
|
||||
plug "gustavo-hms/peneira" %{
|
||||
require-module peneira
|
||||
}
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'luar' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'luar' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
config/.config/kak/plugins/.build/pandoc.kak/config
Normal file
19
config/.config/kak/plugins/.build/pandoc.kak/config
Normal file
@@ -0,0 +1,19 @@
|
||||
try %{
|
||||
|
||||
# your config
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'pandoc.kak' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'pandoc.kak' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
config/.config/kak/plugins/.build/peneira/config
Normal file
19
config/.config/kak/plugins/.build/peneira/config
Normal file
@@ -0,0 +1,19 @@
|
||||
try %{
|
||||
|
||||
require-module peneira
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'peneira' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'peneira' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
25
config/.config/kak/plugins/.build/tagbar.kak/config
Normal file
25
config/.config/kak/plugins/.build/tagbar.kak/config
Normal file
@@ -0,0 +1,25 @@
|
||||
try %{
|
||||
|
||||
# if you have wrap highlighter enamled in you configuration
|
||||
# files it's better to turn it off for tagbar, using this hook:
|
||||
hook global WinSetOption filetype=tagbar %{
|
||||
remove-highlighter window/wrap
|
||||
# you can also disable rendering whitespaces here, line numbers, and
|
||||
# matching characters
|
||||
}
|
||||
} catch %{
|
||||
echo -debug "Error while evaluating 'tagbar.kak' configuration: %val{error}"
|
||||
|
||||
set-option -add current plug_conf_errors "Error while evaluating 'tagbar.kak' configuration:"
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n " }
|
||||
set-option -add current plug_conf_errors %val{error}
|
||||
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
|
||||
|
||||
hook -once -group plug-conf-err global WinDisplay .* %{
|
||||
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
|
||||
on-key %{
|
||||
info -style modal
|
||||
execute-keys -with-maps -with-hooks %val{key}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user