Migrate Neovim config to 0.12
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
|
||||
1. List/update plugins in `lua/setup/packages.lua`.
|
||||
2. List/update language specs in `lua/modules/language-specs.lua`.
|
||||
3. Run `nvim --headless +Setup +qa`.
|
||||
4. Run `nvim --headless +FetchLspConfigs +qa`.
|
||||
3. Install `tree-sitter` CLI 0.26.1+ with the system package manager.
|
||||
4. Run `nvim --headless +Setup +qa`.
|
||||
5. Run `nvim --headless +FetchLspConfigs +qa`.
|
||||
|
||||
If `prettierd` is stuck, run `pkill prettierd` and re-run install commands.
|
||||
|
||||
@@ -28,6 +29,7 @@ If `prettierd` is stuck, run `pkill prettierd` and re-run install commands.
|
||||
|
||||
- `:InstallLanguages` (included in `:Setup`)
|
||||
- installs language tooling from language specs (treesitter + Mason tools)
|
||||
- requires `tree-sitter` CLI for `nvim-treesitter` parser builds
|
||||
|
||||
- `:FetchLspConfigs` (manually executed after modifying language-specs)
|
||||
- fetches default `nvim-lspconfig` server config files
|
||||
|
||||
Reference in New Issue
Block a user