NvChad cheatsheet
Install syntax highlighting for Terraform: :Lazy load
nvim-treesitter
, then TSUpdate terraform
. See List of supported
languages
here.
Install the farmergreg/vim-lastplace
plugin to restore the cursor to
the last known position when reopening a file.
Install language servers, formatters, etc. using Mason: :Mason
.
Hover over which package you are interested in and press āiā to
install it.
I like to be able to use the up/down keys for the pop up menu, and tab
to
confirm the selection. This can be done by modifying the
~/.config/nvim/lua/plugins/init.lua
file and adding the following entry to
the table:
The above essentially extends the default nvim-cmp NvChad configuration.
Interesing: https://github.com/PatrickKoss/NvChad-Custom-Config