\# TODO:
- configure more of the things snacks offers
- figure out how to make opening a project just open the directory
- Then I can use my normal neo-tree method for choosing what to
edit.
- Hopefully this is an option and not something that requires
modifying plugin code.
nvim-0.12 brings a native undotree plugin which I am going to experiment
with.
And a nohlsearch plugin that triggers nohlsearch after 4 seconds has
passed without a searching action, this is just neat.
Recent changes to treesitter have made it so that it cannot
automatically install the languages you want. As such I have cobbled
together this script to make it work right for me.
Add a binding for `<C-f>` to force completion.
This allows for completions to be started at the start of a line or where
there isn't any context to complete from
This is useful when you want to browse the possible completions without
knowing what you're looking for