From b5457a9b38148d4baef7cd40e870dbfba20fdbbf Mon Sep 17 00:00:00 2001 From: ~hedy Date: Sat, 19 Apr 2025 21:08:45 +0800 Subject: [PATCH] chore(docs): Typo fix and update changelog --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b5b15..8f08705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ - Use `token.location.range` and `token.range` fallback when selection range is not provided. ([#105](https://github.com/hedyhli/outline.nvim/pull/105)) +- Neovim 0.11 support + ([#131](https://github.com/hedyhli/outline.nvim/pull/131)) ## v1.0.0 diff --git a/README.md b/README.md index bec7a78..9712260 100644 --- a/README.md +++ b/README.md @@ -1154,7 +1154,7 @@ other filetypes. ```lua symbols = { icon_fetcher = function(k, buf) - -- Use nvim_buf_get_option(bufnr, 'ft') for nvim 0.7 users + -- Use nvim_buf_get_option(buf, 'ft') for nvim 0.7 users local ft = vim.api.nvim_get_option_value("ft", { buf = buf }) if ft == 'markdown' then return ""