From 51751a0233f86bd282c9c4148864127b6980333b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 May 2021 15:46:52 -0400 Subject: [PATCH] Add disclaimer on code For those of you reading this: If possible, you should invest in neo(vim) instead of (vs)code, as I believe there is a significant difference in productivity when it comes to not worrying about the user interface that (vs)code provides. --- code/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/README.md b/code/README.md index b8d4da5c..a6a0fea7 100644 --- a/code/README.md +++ b/code/README.md @@ -1,5 +1,7 @@ # Code +> NOTE: As of 2021, I have no interest in the (vs)code text editor. Although the out-of-the-box features are nice and all, trying to emulate vim-like functionality was more pain than it was worth (even after using [vscode-neovim][vscode-neovim]). Additionally, the battery drain is unreal compared to running an equivalent [neovim](/neovim) experience. + ![Screenshot of Tari with Code and the wal color scheme.](/.archlinux/screenshots/code.jpg?raw=true) [Code][code] is an open source build of [a popular][vscode] GUI text editor. @@ -23,3 +25,4 @@ Once Code is installed, run `make code-extensions` to install the extensions I u [code]: https://www.archlinux.org/packages/community/x86_64/code/ [vscode]: https://github.com/Microsoft/vscode +[vscode-neovim]: https://github.com/asvetliakov/vscode-neovim