feat: lightline theme (#39)

This commit is contained in:
Santos Gallegos
2021-05-17 01:44:17 -05:00
committed by GitHub
parent 1e7f849d17
commit 5eb534d77e
3 changed files with 55 additions and 1 deletions

View File

@@ -39,13 +39,14 @@ A dark and light Neovim theme written in Lua ported from the Visual Studio Code
+ [Dashboard](https://github.com/glepnir/dashboard-nvim)
+ [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
+ [Lualine](https://github.com/hoob3rt/lualine.nvim)
+ [Lightline](https://github.com/itchyny/lightline.vim)
+ [Neogit](https://github.com/TimUntersberger/neogit)
+ [vim-sneak](https://github.com/justinmk/vim-sneak)
## ⚡️ Requirements
+ Neovim >= 0.5.0
## 📦 Installation
Install the theme with your preferred package manager:
@@ -88,6 +89,13 @@ require('lualine').setup {
}
```
To enable the `tokyonight` colorscheme for `Lightline`:
```vim
" Vim Script
let g:lightline = {'colorscheme': 'tokyonight'}
```
## ⚙️ Configuration
> ❗️ configuration needs to be set **BEFORE** loading the color scheme with `colorscheme tokyonight`