Skip to content

Commit

Permalink
fix!: remove lspsaga integration, it works by default now #86
Browse files Browse the repository at this point in the history
BREAKING CHANGE: before the colors wouldn't show up properly
without explicitly setting them but now they are linked to
sensible groups by default
  • Loading branch information
rmehri01 committed Jun 1, 2024
1 parent f1e25fd commit 70b716f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 77 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,6 @@ require("onenord").setup({

You can also use the OneNord color palette for other plugins using `local colors = require("onenord.colors").load()`!

## Integrations

### LSP Saga

For custom LSP kind colors:

```lua
require("lspsaga").setup({
ui = {
kind = require("onenord.integrations.lspsaga").custom_kind(),
},
})
```

## Extras

Extra color configs for [Kitty](extras/kitty/), [Alacritty](extras/alacritty/), [iTerm](extras/iterm/), [Warp](extras/warp/), and [Xresources](extras/xresources/) can be found in [extras](https://github.com/rmehri01/onenord.nvim/blob/main/extras). To use them, refer to their respective documentation.
Expand Down
18 changes: 1 addition & 17 deletions doc/onenord.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ CONTENTS
3. Installation ............. |onenord-installation|
4. Usage .................... |onenord-usage|
5. Configuration ............ |onenord-configuration|
6. Integrations ............. |onenord-integrations|
7. Credits .................. |onenord-credits|
6. Credits .................. |onenord-credits|

================================================================================
FEATURES *onenord-features*
Expand Down Expand Up @@ -170,21 +169,6 @@ If you use the `light` and `dark` keys, the override will be specific to those t

You can also use the onenord color palette for other plugins using `local colors = require("onenord.colors").load()`!

================================================================================
INTEGRATIONS *onenord-integrations*

--------------------------------------------------------------------------------
LSP Saga *onenord-lspsaga*

For custom LSP kind colors:
>lua
require("lspsaga").setup({
ui = {
kind = require("onenord.integrations.lspsaga").custom_kind(),
},
})
<

================================================================================
CREDITS *onenord-credits*

Expand Down
1 change: 0 additions & 1 deletion doc/tags
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ onenord-requirements onenord.nvim.txt /*onenord-requirements*
onenord-installation onenord.nvim.txt /*onenord-installation*
onenord-usage onenord.nvim.txt /*onenord-usage*
onenord-configuration onenord.nvim.txt /*onenord-configuration*
onenord-integrations onenord.nvim.txt /*onenord-integrations*
onenord-credits onenord.nvim.txt /*onenord-credits*
45 changes: 0 additions & 45 deletions lua/onenord/integrations/lspsaga.lua

This file was deleted.

0 comments on commit 70b716f

Please sign in to comment.