1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 08:28:13 +02:00

nvim/lua/user/lazy.lua: import html plugin

This commit is contained in:
Henrik Hautakoski 2026-07-03 16:39:07 +02:00
parent c277badb3a
commit 665fb375b0

View file

@ -32,6 +32,7 @@ require("lazy").setup({
{ import = "user.plugins.lang.go" },
{ import = "user.plugins.lang.rust" },
{ import = "user.plugins.lang.php" },
{ import = "user.plugins.lang.html" },
{ import = "user.plugins.lang.css" },
{ import = "user.plugins.lang.sql" },
{ import = "user.plugins.lang.javascript" },