Update README.md

This commit is contained in:
shaunsingh
2021-06-01 13:55:45 -04:00
committed by GitHub
parent 998d934f45
commit 9e8b3d2aa9

View File

@@ -1,8 +1,8 @@
# 🌘 shaunsingh/solarized.nvim # shaunsingh/solarized.nvim
## based off of the [Solarized Light Theme](https://github.com/altercation/vim-colors-solarized) for Vim ## based off of the [Solarized Light Theme](https://github.com/altercation/vim-colors-solarized) for Vim
## 🌠 Features ## Features
solarized.nvim is meant to be a modern colorscheme written in lua for NeoVim that supports a lot of the new features solarized.nvim is meant to be a modern colorscheme written in lua for NeoVim that supports a lot of the new features
added to NeoVim like built-in LSP and [TreeSitter](https://github.com/nvim-treesitter/nvim-treesitter) added to NeoVim like built-in LSP and [TreeSitter](https://github.com/nvim-treesitter/nvim-treesitter)
@@ -35,7 +35,7 @@ added to NeoVim like built-in LSP and [TreeSitter](https://github.com/nvim-trees
+ Neovim >= 0.5.0 + Neovim >= 0.5.0
## 🌙 Installation ## Installation
Install via your favourite package manager: Install via your favourite package manager:
```vim ```vim
@@ -48,7 +48,7 @@ Plug 'shaunsingh/solarized.nvim'
use 'shaunsingh/solarized.nvim' use 'shaunsingh/solarized.nvim'
``` ```
## 🌓 Usage ## Usage
Enable the colorscheme: Enable the colorscheme:
```vim ```vim
@@ -114,5 +114,4 @@ let g:moonlight_disable_background = false
colorscheme moonlight colorscheme moonlight
``` ```
Original Readme: https://github.com/marko-cerovac/material.nvim/blob/pure-lua/README.md