Commit Graph

5 Commits (7673367341e7117bc4490ca3e919a39b13d72d2c)

Author SHA1 Message Date
Tuna Alikaşifoğlu 7673367341
fix(cmd): remove unnecessary `CMD` in `Dockerfile`
The `CMD [ "/bin/bash/" ]` command in the last line of
`Dockerfile` is unnecessary. This can be changed with
`CMD [ "nvim" ]` for direct nvim start. However, with this setup it may
not be possible to exit and re-enter Neovim without quitting the
container.
2 years ago
Tuna Alikaşifoğlu 8059a02b4b
fix(docker): change base image to `lua_ls`
The base image is changed from `anatolelucet/neovim` to `ubuntu:latest`
to fix the installation issue of `lua_ls`. With this change, manual
installation of NeoVim became necessary. It is handled by `tar` binary
installation method. Branch name can be changed in the `Dockerfile`. In
addition headless commands are fixed to wait for installation of
desired LSP list and TS list.

Fixes #1
2 years ago
Tuna Alikaşifoğlu f8bc3a4f06
feat(docker): add simple config for trying
For trying the `kickstart.nvim` configuration, a simple Docker blueprint
is implemented.
2 years ago
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2 years ago
TJ DeVries 4c4096cf30 init: kickstart.nvim 3 years ago