Skip to content

Commit

Permalink
docs(README): fix typo (#9)
Browse files Browse the repository at this point in the history
* Fix typo

* docs(README): fix an issue possibly caused by accidental presses of vim 'J' key

---------

Co-authored-by: Andojas Lapinskas <[email protected]>
Co-authored-by: Ramojus <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2023
1 parent 1750af4 commit 85e0526
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- panvimdoc-ignore-start -->
# Mellifluous
A colorscheme for [Neovim](https://github.com/neovim/neovim). Pleasant and productive, with stronger highlights on important keywords.

![preview](https://github.com/ramojus/mellifluous.nvim/assets/41536253/a4b01a46-6ec9-408a-9c2f-08995c53155a)

## Unique features
Expand Down Expand Up @@ -79,7 +78,7 @@ require 'mellifluous'.setup({
},
plugins = {
cmp = true,
gitsigns = true
gitsigns = true,
indent_blankline = true,
nvim_tree = {
enabled = true,
Expand Down

0 comments on commit 85e0526

Please sign in to comment.