Skip to content

Commit

Permalink
nvim: replace tsserver with ts_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Ziniades committed Sep 6, 2024
1 parent 877bb54 commit 2dfa6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ require("lazy").setup({
pyright = {},
ruff = {},
gopls = {},
tsserver = {},
ts_ls = {},
rust_analyzer = {},
hls = {},
terraformls = {},
Expand Down

0 comments on commit 2dfa6fa

Please sign in to comment.