You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/getting_started/setup_your_environment.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,26 @@ nvim_lsp.ts_ls.setup {
98
98
For Deno, the example above assumes a `deno.json` or `deno.jsonc` file exists at
99
99
the root of the project.
100
100
101
+
##### Kickstart.nvim and Mason LSP
102
+
103
+
If you are using [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) add the above configuration like this inside the servers table in your configuration `init.lua`.
0 commit comments