Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcancelinha authored Aug 13, 2024
1 parent 5f174eb commit afa4c1e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@


![dashboard](https://github.com/user-attachments/assets/8bd142a5-6bd5-4c72-9564-7862aa677563)

![golang](https://github.com/user-attachments/assets/9b9cada4-5258-426c-93b9-1d9a4db3762e)

![main](https://github.com/fcancelinha/nordern.nvim/assets/48698009/740b04e3-7a20-4c92-9a00-2dc5e4eb4a25)

<div align="center">
Expand Down Expand Up @@ -135,7 +133,7 @@ vim.cmd.colorscheme('nordern')
colorscheme nordern
```

To enable `nordern` for `Lualine` or `Bufferline`, :
To enable `nordern` for `Lualine`:

#### Lualine

Expand All @@ -152,6 +150,19 @@ require('lualine').setup {

- This has been integrated directly into the colorscheme, override the colors you don't like in your plugin config.

## 🔧 Configuration

- The available options currently, are:

```lua
# default configuration

require('nordern').setup({
italicized_comments = Boolean,
brighter_comments = Boolean,
})
```

## 💧 Acknowledgements

This is my first try at making a neovim plugin. I want to thank [shaunsign](https://github.com/shaunsingh) nord.nvim which made me understand how to setup my own plugin project structure and [gbprod](https://github.com/gbprod) for the blending functions that produce a soft background.
Expand Down

0 comments on commit afa4c1e

Please sign in to comment.