It should copy these Vim features: - [x] Vim keybindings - [x] autosave upon exiting from insert mode - [ ] yank to system clipboard - [x] autoinstall plugins on first run - [ ] spell checking of text, markdown, mail and gitcommit file types - [ ] man files reader - [x] Gruvbox theme - [x] Treesitter syntax highlighting (Ruby, JavaScript, Rust, HTML, CSS, ERB, Haml, Markdown, JSON, Yaml, Dockerfile, Fish, Toml) - LSP: - [ ] autocompletion (C-Space) - [ ] fixing (C-l) - [ ] goto definition (C-]) - [x] Git signs - [ ] toggle line comment (C-/) - [ ] buffer line - [ ] file tree (C-n) - [ ] fuzzy finder (find files with C-o, global search for text within current directory with C-g) - [ ] run tests (tn, tf, ts) - [ ] status line: - mode - file type - path - git branch - position - LSP status - [ ] undo - [ ] right margin - [ ] matching bracket highlighting - [ ] mixed line numbers - [ ] folding by comment - [ ] terminal - [ ] close buffer (C-w) - [ ] set filetype by comment
It should copy these Vim features: