Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FooNameBar committed Nov 18, 2024
1 parent a84ab82 commit e912d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/harpoon/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function M.get_default_config()
bufnr = vim.fn.bufadd(list_item.value)
end
if not vim.api.nvim_buf_is_loaded(bufnr) then
vim.fn.bufload(bufnr)
vim.api.nvim_set_option_value("buflisted", true, {
buf = bufnr,
})
Expand Down

0 comments on commit e912d8c

Please sign in to comment.