-local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
-if not vim.loop.fs_stat(lazypath) then
+local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim' if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
'git',
'clone',
{ 'folke/neodev.nvim', opts = {} },
--'Debugging
- 'mfussenegger/nvim-dap',
+ {
+ 'mfussenegger/nvim-dap',
+ dependencies = {
+ 'nvim-neotest/nvim-nio'
+ }
+ },
'rcarriga/nvim-dap-ui',
'mxsdev/nvim-dap-vscode-js',
}
} },
- 'https://git.sr.ht/~rbdr/nota.nvim'
+ 'https://git.sr.ht/~rbdr/nota.nvim',
+ 'https://git.sr.ht/~rbdr/oleoboard.nvim',
})