Skip to content

Commit

Permalink
Made neovim enabled during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed May 22, 2017
1 parent 1b72f28 commit a75bc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export async function cleanUpWorkspace(): Promise<any> {
}

export function setTextEditorOptions(tabSize: number, insertSpaces: boolean): void {
Configuration.enableNeovim = true;
Configuration.tabstop = tabSize;
Configuration.expandtab = insertSpaces;
let options = vscode.window.activeTextEditor!.options;
Expand Down

0 comments on commit a75bc4d

Please sign in to comment.