How to set up vale as a linter for text in neovim

How to set up vale correctly by creating a config file and syncing it once.

2024-10-29 · 1 min · 149 words

How to setup neovim to find files from .gitignore

I needed a way to find files with Telescope that are ignored from git via .gitignore, while at the same time exlcuding files from search via .ignore.

2024-10-02 · 7 min · 1351 words