terminal_configuration/README.md

36 lines
337 B
Markdown

### build image
```
make build
```
### run image
```
make
or
cd workspace
make -C terminal_configuration_path
```
### configurations
- neovim
- git
- tmux
### neovim plugins
- lazy (plugin manager)
- treesitter
- telescope
- solarized
- lspconfig
- fugitive
### prerequsites
- docker
- build-essential ( debian ) ( Makefile )