neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

feat(plugins): add `cloak.nvim` which hides secret values from `.env` file

+6
+5
lua/plugins/cloak.lua
··· 1 + require("cloak").setup({ 2 + cloak_length = 6, 3 + -- Re-enable cloak when a matched buffer leaves the window. 4 + cloak_on_leave = true, 5 + })
+1
rocks.toml
··· 88 88 nvim-treesitter-legacy-api = "0.9.2" 89 89 neorg = "9.1.1" 90 90 "markview.nvim" = "24.0.0" 91 + "cloak.nvim" = "scm" 91 92 92 93 # [plugins."sense.nvim"] 93 94 # dir = "~/projects/sense.nvim/"