Skip to content

Commit 9e8b3d2

Browse files
authored
Update README.md
1 parent 998d934 commit 9e8b3d2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 🌘 shaunsingh/solarized.nvim
1+
# shaunsingh/solarized.nvim
22

33
## based off of the [Solarized Light Theme](https://github.com/altercation/vim-colors-solarized) for Vim
44

5-
## 🌠 Features
5+
## Features
66

77
solarized.nvim is meant to be a modern colorscheme written in lua for NeoVim that supports a lot of the new features
88
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
3535

3636
+ Neovim >= 0.5.0
3737

38-
## 🌙 Installation
38+
## Installation
3939

4040
Install via your favourite package manager:
4141
```vim
@@ -48,7 +48,7 @@ Plug 'shaunsingh/solarized.nvim'
4848
use 'shaunsingh/solarized.nvim'
4949
```
5050

51-
## 🌓 Usage
51+
## Usage
5252

5353
Enable the colorscheme:
5454
```vim
@@ -114,5 +114,4 @@ let g:moonlight_disable_background = false
114114
colorscheme moonlight
115115
```
116116

117-
Original Readme: https://github.com/marko-cerovac/material.nvim/blob/pure-lua/README.md
118117

0 commit comments

Comments
 (0)