mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-16 19:10:25 +00:00
Merge pull request #26 from brandoncc/set-filetype-for-menu
Set filetype for quick menu
This commit is contained in:
commit
6655cd9238
@ -62,6 +62,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