https://github.com/90-008/kide
An opinionated configuration for kakoune.
https://github.com/90-008/kide
configuration kakoune kakoune-confiiguration opinionated
Last synced: about 2 months ago
JSON representation
An opinionated configuration for kakoune.
- Host: GitHub
- URL: https://github.com/90-008/kide
- Owner: 90-008
- License: unlicense
- Created: 2020-06-20T07:43:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T21:41:00.000Z (almost 5 years ago)
- Last Synced: 2025-08-02T08:31:10.740Z (2 months ago)
- Topics: configuration, kakoune, kakoune-confiiguration, opinionated
- Homepage: https://gitlab.com/yusdacra/kide
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kIDE (**k**akoune **I**ntegrated **D**evelopment **E**nvironment)
`kIDE` is an opinionated `kakoune` configuration.
WIP, although usable.## Requirements
- `kakoune` built from master branch (not everything might work with stable)
- `fzf`, `ripgrep`, `bat`
- `git`
- `cargo` (for LSP client)
- `gdb`, `socat`, `perl` (for gdb inside kakoune)
- `universal-ctags` (for ctags inside kakoune)
- Clipboard support:
- Linux:
- Wayland: `wl-clipboard`
- X11: `xsel` or `xclip`
- Mac: `pbcopy` and `pbpaste`
- Look into `language` folder for various languages that might need tools installed.## Installation
Run `git clone --depth=1 --recursive https://gitlab.com/yusdacra/kide.git ~/.config/kak`.## Configuration
Create and edit the file `~/.config/kak/user/kakrc`.
- add `kide-enable-theme name` to enable a theme (look for themes in `theme` folder)
- refer to a plugin's repository for more configuration (every configuration should apply)
- you can add plugins here (refer to plug.kak)You can create `.kakrc.local` in a folder for project / folder specific configuration.