Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
neovim-config/lua/user/dressing.lua

7 lines
109 B
Lua
Raw Normal View History

2022-07-09 20:25:02 +00:00
local status_ok, dressing = pcall(require, "dressing")
if not status_ok then
return
end
dressing.setup({})