Skip to content

Commit

Permalink
revert file addition and add config via imperative echo
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 4, 2024
1 parent 0fda69b commit c277f9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docker/neovim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ RUN set -ex \
&& git clone https://github.com/LazyVim/starter ~/.config/nvim \
&& nvim --headless "+Lazy! sync" +qa \
&& nvim --headless "+Lazy! sync" +qa \
&& echo 'vim.keymap.set("i", "jj", "<ESC>", { silent = true })' | tee -a /etc/skel/.config/nvim/lua/config/keymaps.lua \
&& echo 'vim.keymap.set("i", "jj", "<ESC>", { silent = true })' | tee -a /home/vscode/.config/nvim/lua/config/keymaps.lua \
&& true

# Install Node.js Neovim Package and tree-sitter-cli
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c277f9b

Please sign in to comment.