feat: update documentation and configuration files for Neovim setup
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
parent
76edf81b0a
commit
7128ca764c
47 changed files with 1956 additions and 1147 deletions
|
|
@ -1,9 +1,17 @@
|
|||
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
|
||||
|
||||
LABEL Name="nvim-dev-container" \
|
||||
Version="1.0"
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
build-essential \
|
||||
python3 \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
lua5.3 \
|
||||
lua5.3-dev \
|
||||
luarocks
|
||||
|
||||
USER vscode
|
||||
RUN luarocks install luacheck
|
||||
|
||||
USER vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue