Skip to content

Commit

Permalink
style: import type merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hexh250786313 committed Feb 3, 2024
1 parent 0dfcb8b commit 748cb57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
'use strict'
import type { Window } from '@chemzqm/neovim'
import type { Disposable, Event } from 'vscode-languageserver-protocol'
import type { CreateFile, DeleteFile, Location, Range, RenameFile, TextDocumentEdit } from 'vscode-languageserver-types'
import type { CreateFile, DeleteFile, Diagnostic, Location, Range, RenameFile, TextDocumentEdit } from 'vscode-languageserver-types'
import type { URI } from 'vscode-uri'
import type RelativePattern from './model/relativePattern'
import type { Diagnostic } from 'vscode-languageserver-types'

export type { IConfigurationChangeEvent } from './configuration/types'

Expand Down

0 comments on commit 748cb57

Please sign in to comment.