99linesofcode / docker-base

Collection of docker-compose files for devcontainers and other frequently used services.
MIT License
2 stars 0 forks source link

chore(vim): replace vim with neovim plugin #60

Closed 99linesofcode closed 9 months ago

99linesofcode commented 9 months ago

Neovim is a fork of Vim to allow greater extensibility and integration. This extension uses a fully embedded Neovim instance, no more half-complete Vim emulation! VSCode's native functionality is used for insert mode and editor commands, making the best use of both editors.

Additionally, lazyvim has tight integration with vscode through a dedicated vscode plugin. This allows me to manage my configuration for nvim from lazyvim and gives access to some of it's features.