mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-16 11:00:23 +00:00
Set filetype for quick menu
This commit is contained in:
parent
3aa8cd9d57
commit
46e6d1f254
@ -42,6 +42,7 @@ M.toggle_quick_menu = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
vim.api.nvim_buf_set_lines(bufh, 0, #contents, false, contents)
|
vim.api.nvim_buf_set_lines(bufh, 0, #contents, false, contents)
|
||||||
|
vim.api.nvim_buf_set_option(bufh, "filetype", "harpoon")
|
||||||
end
|
end
|
||||||
|
|
||||||
M.nav_file = function(id)
|
M.nav_file = function(id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user