Skip to content

Commit

Permalink
render Dockerfile* as dockerfile in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Feb 4, 2025
1 parent 92a74bb commit c0c5860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let
opentelemetry-collector-contrib
opentofu
pinentry-tty
poppler_utils
postgresql_16
pre-commit
python312Full
Expand Down
1 change: 1 addition & 0 deletions home-manager/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
syntax enable
autocmd BufRead,BufNewFile Tiltfile set filetype=python
autocmd BufNewFile,BufRead Dockerfile* set filetype=dockerfile
set list listchars=eol:$
colorscheme gruvbox
Expand Down

0 comments on commit c0c5860

Please sign in to comment.