dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

colorscheme.lua (151B)


      1 return {
      2   "craftzdog/solarized-osaka.nvim",
      3   priority = 1000,
      4   opts = {},
      5   config = function()
      6     vim.cmd('colorscheme solarized-osaka')
      7   end,
      8 }