cd ~/.dotfiles
stow nvim
It's just that easy.
Additionally, in order for nvim-treesitter to properly enable auto_install
option:
npm install tree-sitter-cli
See code-completion.lua for a complete list of required LSPs.
Find and install necessary LSPs via Mason:
:Mason
See diagnostics.lua for a complete list of required linters and formatters.
Find and install necessary linters and formatters via Mason:
:Mason
There are a number of important integrations worth mentioning:
TODO: Update this section