clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

add devcontainer

sspaeti d3a3ba30 e378b7d0

+8
+8
nvim/lua/sspaeti/plugins/nvim-dev-container.lua
··· 1 + return 2 + { 3 + "esensar/nvim-dev-container", 4 + event = "VeryLazy", 5 + config = function() 6 + require("devcontainer").setup{} 7 + end 8 + }