lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

nvim-unception.lua (160B)


      1 return {
      2   "samjwill/nvim-unception",
      3   init = function()
      4     -- Optional settings go here!
      5     -- e.g.) vim.g.unception_open_buffer_in_new_tab = true
      6   end,
      7 }