neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fic(plugins/cloak): correct dotenv file pattern

Signed-off-by: Seongmin Lee <git@boltless.me>

boltless.me d4efea4f 373ea279

verified
+3
+3
lua/plugins/cloak.lua
··· 2 2 cloak_length = 6, 3 3 -- Re-enable cloak when a matched buffer leaves the window. 4 4 cloak_on_leave = true, 5 + patterns = { 6 + file_pattern = '^.env$' 7 + }, 5 8 })