Skip to content

Commit

Permalink
Feat/HTML Vim (#15)
Browse files Browse the repository at this point in the history
feat: added html autocomplete
  • Loading branch information
LilianSchall authored Dec 27, 2024
1 parent c03b3d2 commit 2e73c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/vim/hm-vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ with lib;
EOF
'';
}

# Themes and visuals
vim-one
vim-airline-themes
Expand Down Expand Up @@ -204,6 +203,7 @@ with lib;
'';
}

coc-emmet
coc-clangd
coc-cmake
coc-git
Expand Down

0 comments on commit 2e73c44

Please sign in to comment.