Skip to content

Commit 1296d10

Browse files
committed
feat:
- updated nvim autocmd, trying to remove checks from activation
1 parent 24f017e commit 1296d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineExtension, useCommand, useDisposable } from 'reactive-vscode'
2-
import { window } from 'vscode'
2+
import { window } from 'vscode'
33
import { currentMode, setupNeovimModeManager } from './neovimModeManager'
44
import { setupThemeManager } from './themeManager'
55
import { logger } from './utils'

0 commit comments

Comments
 (0)