/iceberg.nvim

Primary LanguageLuaMIT LicenseMIT

Iceberg Neovim

My personal fork of Oscar (oahlen) Ahlén iceberg.nvim.


Lua colorscheme inspired from iceberg.vim

All credits go to Hiroki Kokubun cocopon for creating the awesome theme in the first place!

Installation

With packer.nvim

use "harg/iceberg.nvim"

Usage

Enable the colorscheme:

vim.cmd.colorscheme("iceberg")

Enable the colorscheme in your lualine config:

require('lualine').setup {
  options = {
    -- ... your lualine config
    theme = 'iceberg'
    -- ... your lualine config
  }
}