diff --git a/lua/absolute/remap.lua b/lua/absolute/remap.lua index 4ec6bbf..1337355 100644 --- a/lua/absolute/remap.lua +++ b/lua/absolute/remap.lua @@ -97,7 +97,7 @@ vim.keymap.set("n", "", function() if string.find(allowed_extensions, file_extension) then vim.cmd("so %") else - print("Filetype not supported") + vim.notify("Filetype not supported", vim.log.levels.ERROR) end end, opts)