Skip to content

Commit

Permalink
fix(util): fix nvim_get_option_value; fix #195
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelot committed May 20, 2024
1 parent 7566440 commit 7ce5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/heirline/utils.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}
local nvim_eval_statusline = vim.api.nvim_eval_statusline
local nvim_get_option_value = vim.api.nvim_buf_get_option_value
local nvim_get_option_value = vim.api.nvim_get_option_value
local nvim_list_bufs = vim.api.nvim_list_bufs
local nvim_buf_is_valid = vim.api.nvim_buf_is_valid
local tbl_contains = vim.tbl_contains
Expand Down

0 comments on commit 7ce5c35

Please sign in to comment.