Skip to content

Commit b5457a9

Browse files
committed
chore(docs): Typo fix and update changelog
1 parent edd3c41 commit b5457a9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
- Use `token.location.range` and `token.range` fallback when selection range is
5151
not provided.
5252
([#105](https://github.com/hedyhli/outline.nvim/pull/105))
53+
- Neovim 0.11 support
54+
([#131](https://github.com/hedyhli/outline.nvim/pull/131))
5355

5456
## v1.0.0
5557

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ other filetypes.
11541154
```lua
11551155
symbols = {
11561156
icon_fetcher = function(k, buf)
1157-
-- Use nvim_buf_get_option(bufnr, 'ft') for nvim 0.7 users
1157+
-- Use nvim_buf_get_option(buf, 'ft') for nvim 0.7 users
11581158
local ft = vim.api.nvim_get_option_value("ft", { buf = buf })
11591159
if ft == 'markdown' then
11601160
return ""

0 commit comments

Comments
 (0)