rafaeldelboni / cajus-nvim

Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.
The Unlicense
163 stars 21 forks source link

Permission to use this repository configuration and content for Practicalli Neovim #13

Closed practicalli-johnny closed 2 years ago

practicalli-johnny commented 2 years ago

With your permission I'd like to use this configuration as the basis for the Neovim setup in the online book Practicalli Neovim. The book is still in very early stages, but would cover the Neovim setup in detail (base on your config with some other additions - which I can contribute back as PRs if desirable).

There is also a rough section on using Neovim on an ultra-portable development environment (android smart phone with termux and Keyboard.io Atreus mechanical keyboard)

The book would also go into detail on using Neovim in general and for specific development tasks, mostly focused on Clojure.

I'd also like to add more plugins, such as which-key and a magit-like git client, as well as convienient key bindings to provide a similar level of features covered in the Practicalli Spacemacs book.

I would naturally give full credit to all the work you have done and add any links you wish, such as a GitHub sponsors link.

All Practicalli on-line books are non-commercial and available under a creative commons license.

Please let me know if you have any concerns.

rafaeldelboni commented 2 years ago

Hi,

It would be an honor, I made this repository to get some clojurian friends into vim, so I decided to strip down my dotfiles and document how it works.

I was planning to add which-key and the labels for the custom commands in this configuration in a near future so a PR is super welcome.

About the links, I'm fine if you add my GitHub profile or personal website :)

But to be honest the majority of the work/credit goes to the incredible @Olical and it's tools (Aniseed & Conjure), even this repo is heavily inspired in it's personal dotfiles.

offtopic: I really like mechanical keyboards, planning to build an Atreus someday, I'm having a lot of fun with my current one

practicalli-johnny commented 2 years ago

Thank you for sharing this work and helping me understand more about Neovim and Fennel.