debian-dots

dotfiles (does the obvious)
git clone [email protected]:dracuxan/debian-dots.git
Log | Files | Refs | README | LICENSE

scope.lua (144B)


      1 -- init.lua
      2 require("scope").setup({
      3 	hooks = {
      4 		pre_tab_enter = function()
      5 			-- Your custom logic to run before entering a tab
      6 		end,
      7 	},
      8 })