Nvim: use oil instead of nvim-tree, add screensaver

This commit is contained in:
Robert Kmieć
2024-03-29 09:25:49 +01:00
parent 157d72fe33
commit e67379b132
9 changed files with 52 additions and 7 deletions

View File

@@ -94,7 +94,8 @@ return {
{
'rcarriga/nvim-dap-ui',
dependencies = {
'mfussenegger/nvim-dap'
'mfussenegger/nvim-dap',
'nvim-neotest/nvim-nio'
},
config = function()
local ui = require('dapui')