Skip to content

harg/iceberg.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages