https://github.com/mtikekar/nvim-config.fnl
Neovim config in Fennel, and other experiments
https://github.com/mtikekar/nvim-config.fnl
Last synced: 11 months ago
JSON representation
Neovim config in Fennel, and other experiments
- Host: GitHub
- URL: https://github.com/mtikekar/nvim-config.fnl
- Owner: mtikekar
- Created: 2021-06-11T06:47:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T06:42:27.000Z (over 4 years ago)
- Last Synced: 2025-01-06T20:46:44.180Z (about 1 year ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Neovim config entirely in [Fennel](https://fennel-lang.org).
Fennel works in neovim 0.4 but I am also trying nvim-treesitter which needs the unreleased neovim 0.5.
Also trying out packages (`:help packages`) to avoid using any package manager. See the [init file](fnl/init.fnl) for which packages to download manually. Will eventually use git submodules or git subtree.