1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 18:09:09 +03:00
kakoune/rc/extra
Marc f6a3fd2e4e Unify racer code completion format
Makes all the suggestions on the completion menu have the same format:
  {type}{suggestedWord}{extra description}

the type column is aligned to 6 characters wide (and aligned to the right),
to allow the suggestion to be easily visually detectable and, as a bonus,
the type too.

For example, a bit of menu would look like this:
        fn stdout() -> Stdout
     trait BufRead: Read
    struct BufReader<R>

Type is one of the following:
  -     fn
  -   enum
  -    mod
  -  trait
  - struct

It also trims the module extra bits to only 30 characters long (it can be a lot longer than that)
2018-02-26 13:07:41 +00:00
..
autorestore.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
cabal.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
clang.kak clang.kak: workaround OSX awk strange parsing of bracket expressions 2018-02-07 19:40:45 +11:00
coffee.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
cucumber.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
dockerfile.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
editorconfig.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
elixir.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
elm.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
exherbo.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
git-tools.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
go-tools.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
haml.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
hbs.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
iterm.kak iterm.kak: Implement focus support 2018-02-20 20:56:06 +11:00
jedi.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
just.kak add justfiles support 2018-02-03 14:43:20 +01:00
kickstart.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
latex.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
modeline.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
moon.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
nim.kak nim.kak: Fix wrong tr invocation 2018-02-19 21:24:36 +11:00
php.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
pony.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
pug.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
racer.kak Unify racer code completion format 2018-02-26 13:07:41 +00:00
ragel.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
ranger.kak - Fix: proper escaping of kak_{session, client} 2017-12-06 02:30:42 +03:00
sass.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
scss.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
taskpaper.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
tmux-repl.kak Check if tmux was compiled from master. 2018-02-03 01:14:25 +03:00
tupfile.kak rc: Fix Tupfile highlighting 2017-11-04 10:56:20 +03:00
x11-repl.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00