5 Commits

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.
2023-02-21 17:09:55 +03:00
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
2023-02-21 17:00:29 +03:00
Tuna Alikaşifoğlu
f8bc3a4f06
feat(docker): add simple config for trying
For trying the `kickstart.nvim` configuration, a simple Docker blueprint
is implemented.
2023-02-20 02:03:22 +03:00
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
2023-02-17 16:31:57 -05:00
TJ DeVries
4c4096cf30 init: kickstart.nvim 2022-06-23 23:35:53 -04:00