brew install neovim
brew install rust
Install Lazy
as neovim package manager
Copy all the files to ~/.config/nvim
(If things correct, init.lua
path should be ~/.config/nvim/init.lua
)
-
lua/lsp/setup.lua
Use:LspInstallInfo
to check and:LspInstall <language>
to install LSP. After installation, you need to add it inlua/lsp/setup.lua
-
Use
:TSInstall <language>
to enable Treesitter highlighting.