experiment

main
Tran Hau 2020-05-06 21:12:41 +07:00
parent 7f94ceeb02
commit 944369592a
2 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,6 @@
# Applications # Applications
[Neovim](https://github.com/neovim/neovim): like Vim. [Neovim](./neovim.md)
```sh
export EDITOR=nvim
```
[bat](https://github.com/sharkdp/bat): `cat` with colors. [bat](https://github.com/sharkdp/bat): `cat` with colors.

5
Applications/neovim.md Normal file
View File

@ -0,0 +1,5 @@
[Neovim](https://github.com/neovim/neovim): like Vim.
```sh
export EDITOR=nvim
```