Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`