Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aktersnurra/nvim
My neovim config
https://github.com/aktersnurra/nvim
config fennel neovim
Last synced: about 1 month ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/aktersnurra/nvim
- Owner: aktersnurra
- Created: 2022-01-09T22:21:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:31:43.000Z (8 months ago)
- Last Synced: 2024-04-14T02:29:04.422Z (8 months ago)
- Topics: config, fennel, neovim
- Language: Fennel
- Homepage:
- Size: 1.27 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim
My neovim rice.
# Dependencies
```
neovim = nightly
```# Structure
```
.
└── fnl
├── plugins # Plugin configs.
│ └── lsp # LSP related configs.
└── settings # Neovim settings.
```## Treesitter
Install treesitter cli with if treesitter seems broken:
```sh
cargo install tree-sitter-cli
```## Vale
1. Create a `.vale.ini` file in the project
2. Run `vale sync` with the vale located in `mason/packages/vale`## Clear lua Cache
```fnl
(let [cache-api (require :hotpot.api.cache)]
(cache-api.clear-cache))
```Select and run `:Fnl`