commented dadbod
This commit is contained in:
parent
c684629b40
commit
7cb709a7fc
10
init.lua
10
init.lua
|
@ -149,11 +149,6 @@ require('lazy').setup({
|
||||||
'ThePrimeagen/vim-be-good',
|
'ThePrimeagen/vim-be-good',
|
||||||
'mbbill/undotree',
|
'mbbill/undotree',
|
||||||
|
|
||||||
-- Database
|
|
||||||
-- 'tpope/vim-dadbod',
|
|
||||||
-- 'kristijanhusak/vim-dadbod-ui',
|
|
||||||
-- 'kristijanhusak/vim-dadbod-completion',
|
|
||||||
|
|
||||||
{
|
{
|
||||||
'microsoft/vscode-js-debug',
|
'microsoft/vscode-js-debug',
|
||||||
opt = true,
|
opt = true,
|
||||||
|
@ -381,6 +376,11 @@ require('lazy').setup({
|
||||||
-- Highlight todo, notes, etc in comments
|
-- Highlight todo, notes, etc in comments
|
||||||
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
{ '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
|
-- 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
|
-- 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.
|
-- put them in the right spots if you want.
|
||||||
|
|
Loading…
Reference in New Issue