nix-config/code
Donovan Glover 7869b118a1
meta: Add back remaining dotfiles
Not sure if I'll remove these again. All I know is that I'll no longer
have to worry about not having certain dotfiles if I want to try a
particular setup again, which is nice.
2023-03-19 18:26:04 -04:00
..
.config/Code - OSS/User meta: Add back remaining dotfiles 2023-03-19 18:26:04 -04:00
README.md meta: Add back remaining dotfiles 2023-03-19 18:26:04 -04:00

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). Additionally, the battery drain is unreal compared to running an equivalent neovim experience.

Screenshot of Code with pywal support.

If you want (vs)code to honor pywal color schemes, use vscode-wal.

Code is an open source build of a popular GUI text editor.

Use Cases

Code can be used to:

  • Navigate graphical file trees entirely with the mouse
  • Provide an editor for non-vim users as needed
  • Perform a myriad of common command line operations through a point-click GUI

You should not use Code if:

  • You want to learn how compilers, git, find, grep, and other software work
  • You want to learn vim, the standard text editor