mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
8 lines
146 B
Lua
8 lines
146 B
Lua
-- https://github.com/stevearc/dressing.nvim
|
|
local status, dressing = pcall(require, "dressing")
|
|
if not status then
|
|
return
|
|
end
|
|
|
|
dressing.setup()
|