diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-30 10:40:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-30 11:15:37 +0530 |
| commit | d60ddc467397f0074f21576ca8ea9e1b1b78a2bd (patch) | |
| tree | fea85335f22df3152c59abc0367c862142757677 /autoload/+init.kak | |
| parent | 7bee16c7013ef1da84e723b1ced976f432d5b77a (diff) | |
| download | kakoune-config-d60ddc467397f0074f21576ca8ea9e1b1b78a2bd.tar.gz kakoune-config-d60ddc467397f0074f21576ca8ea9e1b1b78a2bd.zip | |
Add memos integration
Diffstat (limited to '')
| -rw-r--r-- | autoload/+init.kak | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/autoload/+init.kak b/autoload/+init.kak index 898c04b..0fc5183 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -6,8 +6,10 @@ nop %sh{ ln -sf "$kak_runtime/autoload/plugins" "$kak_config/autoload/plugins" 2>/dev/null || true } -# Disabled treesitter because eh +# treesitter (disabled for now) # eval %sh{kak-tree-sitter -dksvv --init "${kak_session}" --with-highlighting --with-text-objects} + +# kcr eval %sh{kcr init kakoune} colorscheme phenax @@ -16,9 +18,9 @@ set-option global incsearch true set-option global indentwidth 2 set-option global tabstop 2 set-option -add global path "**" -set-option global startup_info_version 20250603 +set-option global startup_info_version 20260521 set-option global scrolloff 10,3 -set-option -add global ui_options terminal_enable_mouse=false terminal_set_title=true terminal_status_on_top=true +set-option -add global ui_options terminal_enable_mouse=false terminal_status_on_top=true # Modeline set-option global modelinefmt \ |
