https://github.com/nubank/cljnvim
A Neovim config to develop woth Clojure!
https://github.com/nubank/cljnvim
clojure dart flutter neovim neovim-config nix nix-flakes
Last synced: 9 months ago
JSON representation
A Neovim config to develop woth Clojure!
- Host: GitHub
- URL: https://github.com/nubank/cljnvim
- Owner: nubank
- Created: 2023-06-21T22:41:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T16:05:09.000Z (over 1 year ago)
- Last Synced: 2025-04-20T10:13:17.349Z (9 months ago)
- Topics: clojure, dart, flutter, neovim, neovim-config, nix, nix-flakes
- Language: Nix
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljnvim
A "production" ready neovim config, set up in a plug&play to develop with Clojure and BDC!
The generated config is written in `lua` in a **editable** and **readable** way!
## Usage
If you have `nix` installed, you can simply execute:
```sh
nix shell github:nubank/cljnvim
```
Or add the overlay in your `configuration.nix`, as:
```nix
{
inputs = {
# ...
cljnvim.url = "github:nubank/cljnvim";
};
outputs = { lvim, ... }:
let
overlays = [ cljnvim.overlays."${system}".default ];
in
{
# ...
};
}
```
And if you don't give a f*** for what about it's nix, you can download the `init.vim` from the [releases page](https://github.com/nubank/cljnvim/releases)!
## Plugins
**TODO**