We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444f01f commit 5a64defCopy full SHA for 5a64def
lua/theprimeagen/lazy/local.lua
@@ -29,7 +29,7 @@ local local_plugins = {
29
end
30
},
31
{
32
- "chat-is-dumb", dir = "~/personal/chat_is_dumb",
+ "vim-with-me", dir = "~/personal/vim-with-me",
33
config = function() end
34
35
}
lua/theprimeagen/lazy/lsp.lua
@@ -28,7 +28,6 @@ return {
28
ensure_installed = {
"lua_ls",
"rust_analyzer",
- "tsserver",
handlers = {
function(server_name) -- default handler (optional)
0 commit comments