Merge pull request #26 from brandoncc/set-filetype-for-menu

Set filetype for quick menu
This commit is contained in:
ThePrimeagen 2021-03-15 09:46:31 -06:00 committed by GitHub
commit 6655cd9238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ M.toggle_quick_menu = function()
end
vim.api.nvim_buf_set_lines(bufh, 0, #contents, false, contents)
vim.api.nvim_buf_set_option(bufh, "filetype", "harpoon")
end
M.nav_file = function(id)