summaryrefslogtreecommitdiff
path: root/rc/filetype/clojure.kak
AgeCommit message (Collapse)Author
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-05-26rc filetype: fix double space in trim-indent hooksJohannes Altmanninger
2020-02-03rc: Make docstrings more readableFrank LENORMAND
This cosmetics commit makes use of the auto-deindentation syntax, available to docstrings.
2020-01-03{clojure,lisp}.kak: handle doubled bracketsJason Felice
2019-10-16Replace ModeChange hooks by ModePush and ModePopMaxime Coste
Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545
2019-09-26rc, doc: set extra_word_chars on buffer, not windowJason Felice
For clojure.kak and haskell.kak, set extra_word_chars on the buffer and not the window, so that the buffer's word db is updated correctly for word completion. Document this. Also, minor refactor of clojure.kak. Closes #3108
2019-07-31Insert Clojure ns directive for new filesJason Felice
2019-05-15clojure: Fix indentation for lists with 1-character headsJason Felice
Indentation can be different depending on the first word of list forms. The indent hook uses `e` from inside the parent to select the first word for testing whether it is a special word; however, in the case of a one-character symbol, this selects to the end of the *next* word. This rejects such selections.
2019-04-09Fixed many of the filetype support modules to not use `BufSetOption` to loadJustin Frank
2019-04-08Modified base files to use modulesJustin Frank
2019-04-08Modified a bunch of language support files to use modulesJustin Frank
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783