added test debugging

This commit is contained in:
Radu Macocian (admac)
2025-11-19 14:49:53 +01:00
parent 30425df57e
commit c63d8c7405
3 changed files with 91 additions and 25 deletions

View File

@@ -28,12 +28,7 @@ require("lazy").setup({
vim.cmd('colorscheme everforest')
end
},
{
dir = '/home/odoo/Projects/odoo-neovim',
lazy = false,
},
--'odoo/odoo-neovim',
'odoo/odoo-neovim',
'nvim-treesitter/nvim-treesitter',
'theprimeagen/harpoon',
'petertriho/nvim-scrollbar',
@@ -75,5 +70,8 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "everforest" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = {
enabled = true,
frequency = 86400
}
})