It is able to be experience vim and lsp.
docker
https://github.com/emacs-lsp/lsp-docker#preconfigured-language-servers
name | description | example |
---|---|---|
VIM_SETTING | Path of user .vimrc | VIM_SETTING=~/.vimrc |
PROJECT_DIR | Path of user project directory. The path directory is Project directory in container. |
PROJECT_DIR=~/dev/go/src/github.com/me/my_project |
./build.sh
./start.sh
When you use your project.
PROJECT_DIR=~/dev/your_prject ./start.sh
It might be better to read here if you want to try various things.
- base docker image: emacs-lsp
- vim setting: vim-lsp-setting