dotfiles/nvim/lua/plugins/actually.lua
2022-12-29 13:34:39 +00:00

11 lines
304 B
Lua

-- Actually, to open the file you meant. This plugin will display a selection of files that approximate what you
-- provided on the command line if the file on the command line does not exist.
-- https://github.com/mang8se/actually.nvim
local M = {
"mong8se/actually.nvim",
lazy = false
}
return M