Required mainly for fzf-lua. These can be easily installed with Homebrew on Mac.
Require to install tools from Mason
Generally you can run :checkhealth mason to see what's missing and install it. You can also try to install the tool manuall in :Mason and see the error messages to rectify.
You will also need to install a font with icons so that you can see web-devicons in Neovim. Instructions for Ubuntu here.
A list of things I want to do better in Neovim and so should configure.
- Read more of the Neovim docs
- Utilize nvim-treesitter-textobjects to add more text objects for better movement or highlighting.
- Recreate luatab plugin
- No nice vim motion UI for renaming a symbol
- The outline is out of order for
vim.lsp.buf.document_symbol()