From 7cb709a7fc0873c63c2dd361e369a54a2f1ef520 Mon Sep 17 00:00:00 2001 From: Sarjyant Date: Fri, 27 Sep 2024 18:09:40 +0545 Subject: [PATCH] commented dadbod --- init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 8cbc00dc..05b10bc2 100644 --- a/init.lua +++ b/init.lua @@ -149,11 +149,6 @@ require('lazy').setup({ 'ThePrimeagen/vim-be-good', 'mbbill/undotree', - -- Database - -- 'tpope/vim-dadbod', - -- 'kristijanhusak/vim-dadbod-ui', - -- 'kristijanhusak/vim-dadbod-completion', - { 'microsoft/vscode-js-debug', opt = true, @@ -381,6 +376,11 @@ require('lazy').setup({ -- Highlight todo, notes, etc in comments { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, + -- Database + -- 'tpope/vim-dadbod', + -- 'kristijanhusak/vim-dadbod-ui', + -- 'kristijanhusak/vim-dadbod-completion', + -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and -- put them in the right spots if you want.