mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-31 09:59:15 +01:00
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.
This commit is contained in:
parent
0fe3630a65
commit
51751a0233
@ -1,5 +1,7 @@
|
|||||||
# Code
|
# 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)
|
![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.
|
[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/
|
[code]: https://www.archlinux.org/packages/community/x86_64/code/
|
||||||
[vscode]: https://github.com/Microsoft/vscode
|
[vscode]: https://github.com/Microsoft/vscode
|
||||||
|
[vscode-neovim]: https://github.com/asvetliakov/vscode-neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user