mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat: add Neovim editor support (#1448)
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user