COMPLETE rewrite of neovim config to see if we can speed things up!
This commit is contained in:
20
configs/dotfiles/nvim/lua/plugins/cloak.lua
Normal file
20
configs/dotfiles/nvim/lua/plugins/cloak.lua
Normal file
@ -0,0 +1,20 @@
|
||||
return {
|
||||
{
|
||||
'laytan/cloak.nvim',
|
||||
opts = {
|
||||
enabled = false,
|
||||
cloak_character = "•",
|
||||
highlight_group = "Comment",
|
||||
patterns = {
|
||||
{
|
||||
file_pattern = {
|
||||
'.env*',
|
||||
'wrangler.toml',
|
||||
'.dev.vars',
|
||||
},
|
||||
cloak_pattern = "=.+"
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user