From 9e8b3d2aa97459c7014e767ec896dea7f595a3f4 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:55:45 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb5ae74..4be0d5c 100644 --- a/README.md +++ b/README.md @@ -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 -## 🌠 Features +## 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) @@ -35,7 +35,7 @@ added to NeoVim like built-in LSP and [TreeSitter](https://github.com/nvim-trees + Neovim >= 0.5.0 -## 🌙 Installation +## Installation Install via your favourite package manager: ```vim @@ -48,7 +48,7 @@ Plug 'shaunsingh/solarized.nvim' use 'shaunsingh/solarized.nvim' ``` -## 🌓 Usage +## Usage Enable the colorscheme: ```vim @@ -114,5 +114,4 @@ let g:moonlight_disable_background = false colorscheme moonlight ``` -Original Readme: https://github.com/marko-cerovac/material.nvim/blob/pure-lua/README.md