Skip to content

Commit

Permalink
fix: lsp -> htmx_lsp_server
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeagen committed Oct 3, 2023
1 parent f0a1740 commit 8543f9c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use structured_logger::{json::new_writer, Builder};

use opts::JSPerfLspConfig;

use lsp::start_lsp;
use htmx_lsp_server::start_lsp;

fn main() -> Result<()> {
let config = JSPerfLspConfig::parse();
Expand Down

0 comments on commit 8543f9c

Please sign in to comment.