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:
parent
c277badb3a
commit
665fb375b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue