Skip to content

Commit

Permalink
use g:denops#deno
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Feb 24, 2024
1 parent e059b86 commit 516246c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion denops/@lspoints/config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { BaseExtension, Client, LSP, Lspoints } from "../@deps/lspoints.ts";
import { Denops, variable } from "../@deps/denops_std.ts";

export class Extension extends BaseExtension {
override async initialize(denops: Denops, lspoints: Lspoints) {
lspoints.settings.patch({
startOptions: {
denols: {
cmd: ["deno", "lsp"],
cmd: [await variable.g.get(denops, "denops#deno", "deno"), "lsp"],
initializationOptions: {
enable: true,
unstable: true,
Expand Down

0 comments on commit 516246c

Please sign in to comment.