mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
feat: add Neovim editor support (#1448)
This commit is contained in:
parent
87d4fc0560
commit
c860dac233
3 changed files with 68 additions and 30 deletions
|
|
@ -23,6 +23,7 @@ export const EDITOR_DISPLAY_NAMES: Record<EditorType, string> = {
|
|||
windsurf: 'Windsurf',
|
||||
cursor: 'Cursor',
|
||||
vim: 'Vim',
|
||||
neovim: 'Neovim',
|
||||
};
|
||||
|
||||
class EditorSettingsManager {
|
||||
|
|
@ -36,6 +37,7 @@ class EditorSettingsManager {
|
|||
'windsurf',
|
||||
'cursor',
|
||||
'vim',
|
||||
'neovim',
|
||||
];
|
||||
this.availableEditors = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue