diff --git a/lazy-lock.json b/lazy-lock.json index 60c3ed1..cd0cccf 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -49,6 +49,7 @@ "nvim-web-devicons": { "branch": "master", "commit": "b3468391470034353f0e5110c70babb5c62967d3" }, "persistence.nvim": { "branch": "main", "commit": "4982499c1636eac254b72923ab826ee7827b3084" }, "plenary.nvim": { "branch": "master", "commit": "8aad4396840be7fc42896e3011751b7609ca4119" }, + "presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" }, "rustaceanvim": { "branch": "master", "commit": "efccc7d7c42e0849a6c85bfd6a8d746729cf08b5" }, "tailwindcss-colorizer-cmp.nvim": { "branch": "main", "commit": "3d3cd95e4a4135c250faf83dd5ed61b8e5502b86" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, diff --git a/lua/plugins/presence.lua b/lua/plugins/presence.lua new file mode 100644 index 0000000..8081c88 --- /dev/null +++ b/lua/plugins/presence.lua @@ -0,0 +1,10 @@ +-- stylua: ignore + +return { + { + "andweeb/presence.nvim", + opts = { + workspace_text = "The One True Text Editor", + }, + }, +}