Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 715 Bytes

File metadata and controls

35 lines (25 loc) · 715 Bytes

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
  }
}