i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add nvim-dap virtual text plugin

+7
+7
nvim/.config/nvim/lua/plugins.lua
··· 452 452 end, 453 453 } 454 454 455 + use { 456 + 'theHamsta/nvim-dap-virtual-text', 457 + config = function() 458 + require('nvim-dap-virtual-text').setup() 459 + end, 460 + } 461 + 455 462 if packer_bootstrap then 456 463 require('packer').sync() 457 464 end