mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Added Obsidian usage
parent
15f105d924
commit
d7b545b51c
1 changed files with 17 additions and 0 deletions
17
Home.md
17
Home.md
|
|
@ -25,6 +25,7 @@
|
||||||
- **[nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)**
|
- **[nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)**
|
||||||
- **[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)**
|
- **[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)**
|
||||||
- **[noice.nvim](https://github.com/folke/noice.nvim)**
|
- **[noice.nvim](https://github.com/folke/noice.nvim)**
|
||||||
|
- **[obsidian.nvim](https://github.com/epwalsh/obsidian.nvim)**
|
||||||
- **[pounce.nvim](https://github.com/rlane/pounce.nvim)**
|
- **[pounce.nvim](https://github.com/rlane/pounce.nvim)**
|
||||||
- **[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)**
|
- **[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)**
|
||||||
- **[vim.lsp.buf.document_highlight()](https://neovim.io/doc/user/lsp.html#lsp-highlight)**
|
- **[vim.lsp.buf.document_highlight()](https://neovim.io/doc/user/lsp.html#lsp-highlight)**
|
||||||
|
|
@ -72,6 +73,22 @@ local highlights = require("rose-pine.plugins.galaxyline")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**[obsidian.nvim](https://github.com/epwalsh/obsidian.nvim)**
|
||||||
|
|
||||||
|
```lua
|
||||||
|
{
|
||||||
|
"epwalsh/obsidian.nvim",
|
||||||
|
config = function()
|
||||||
|
require("obsidian").setup({
|
||||||
|
ui = {
|
||||||
|
hl_groups = require("rose-pine.plugins.obsidian")
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
**[toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)**
|
**[toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)**
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue