Skip to content

Commit 5a64def

Browse files
author
theprimeagen
committed
feat: how long until i have node again?
1 parent 444f01f commit 5a64def

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lua/theprimeagen/lazy/local.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local local_plugins = {
2929
end
3030
},
3131
{
32-
"chat-is-dumb", dir = "~/personal/chat_is_dumb",
32+
"vim-with-me", dir = "~/personal/vim-with-me",
3333
config = function() end
3434
},
3535
}

lua/theprimeagen/lazy/lsp.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ return {
2828
ensure_installed = {
2929
"lua_ls",
3030
"rust_analyzer",
31-
"tsserver",
3231
},
3332
handlers = {
3433
function(server_name) -- default handler (optional)

0 commit comments

Comments
 (0)