ficd.sh/content/kakoune.md
Daniel Fichtinger 1eb42bfbe7
All checks were successful
/ deploy (push) Successful in 17s
updated about, git, blog landing, added kakoune page
2025-07-17 15:19:32 -04:00

1.5 KiB

title
Kakoune

Here is a list of Kakoune-related software I've written:

[TOC]

pygments-kakoune

An implementation of Kakoune command lexing for the Pygments syntax highlighting library. Repo

kak-ashen

Implementation of Ashen for Kakoune. Repo

kak-search-highlight

Plugin for interactively highlighting search terms in Kakoune. Repo

kak-ltex-dictionary

Hack implementing "add to dictionary" functionality for ltex-ls through kakoune-lsp. Repo

kak-autospell

Small plugin to make working with Kakoune stdlib's spell' plugin more convenient. Repo

kak-fish

Implementation of fish %{...} command evaluation for Kakoune. Repo

kak-title-bar

Plugin implementing a live buffer list as the terminal window title. Repo

kak-lsp-diags

Companion plugin to kakoune-lsp adding inlay diagnostics on hover support. Repo

byline.kak

Fork of byline.kak (which adds Helix-like behavior to x and X) --- improving performance by 17 times. Repo