1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: add sql stuff

This commit is contained in:
Henrik Hautakoski 2025-12-06 06:51:12 +01:00
parent f1c92c0ec4
commit 21318127a3
2 changed files with 19 additions and 0 deletions

View file

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