1
Fork 0

Rename github account

This commit is contained in:
prescientmoon 2024-05-28 02:39:42 +02:00
parent a28c4932f7
commit 2d9ade9c00
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
11 changed files with 80 additions and 9 deletions
home/features/neovim
config/lua/my
default.nix

View file

@ -27,7 +27,7 @@ function M.setup()
-- Directory where I store my local plugin projects
path = vim.g.nix_projects_path,
patterns = { "Mateiadrielrafael" },
patterns = { "prescientmoon" },
},
performance = {
rtp = {

View file

@ -335,7 +335,7 @@ let
# }}}
# {{{ scrap
scrap = {
package = "mateiadrielrafael/scrap.nvim";
package = "prescientmoon/scrap.nvim";
event = "InsertEnter";
config.setup."my.abbreviations" = true;