swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

onenord.lua (260B)


      1 return {
      2   {
      3     "rmehri01/onenord.nvim",
      4     name = "onenord",
      5     priority = 1000,
      6     config = function()
      7       vim.cmd.colorscheme "onenord"
      8       require('onenord').setup({
      9         disable = {
     10           background = true,
     11         }
     12       })
     13     end
     14   }
     15 }