diff --git a/.config/nvim/after/plugin/fugitive.lua b/.config/nvim/after/plugin/fugitive.lua deleted file mode 100644 index 80c9070..0000000 --- a/.config/nvim/after/plugin/fugitive.lua +++ /dev/null @@ -1 +0,0 @@ -vim.keymap.set("n", "gs", vim.cmd.Git) diff --git a/.config/nvim/after/plugin/neogit.lua b/.config/nvim/after/plugin/neogit.lua new file mode 100644 index 0000000..9d27d64 --- /dev/null +++ b/.config/nvim/after/plugin/neogit.lua @@ -0,0 +1,6 @@ +local neogit = require('neogit') + +vim.keymap.set("n", "gs", function() + neogit.open() +end +) diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 36ac2aa..f118744 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,23 +1,24 @@ { - "LuaSnip": { "branch": "master", "commit": "45db5addf8d0a201e1cf247cae4cdce605ad3768" }, + "LuaSnip": { "branch": "master", "commit": "e808bee352d1a6fcf902ca1a71cee76e60e24071" }, "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" }, + "diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" }, "dotnet.nvim": { "branch": "main", "commit": "8c35ce02f8a4b785cd9b5ce6c8bb1cf934ccc3da" }, "everforest-nvim": { "branch": "main", "commit": "308c024bc1fcb7e179eb9551ba5f69dae1737d2b" }, "harpoon": { "branch": "master", "commit": "1bc17e3e42ea3c46b33c0bbad6a880792692a1b3" }, - "lazy.nvim": { "branch": "main", "commit": "48b52b5cfcf8f88ed0aff8fde573a5cc20b1306d" }, + "lazy.nvim": { "branch": "main", "commit": "aca30f63619a7492ecdea8833a065cf83c80f764" }, "lsp-zero.nvim": { "branch": "v4.x", "commit": "9823b3e27deaf9f0152f3bc22f05b54f21e234e8" }, "lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "25c11854aa25558ee6c03432edfa0df0217324be" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, + "neogit": { "branch": "master", "commit": "cfbdc888cdfb3cb675615eb96467d980b73b3da5" }, "nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" }, - "nvim-lspconfig": { "branch": "master", "commit": "5ac3e198f683d6702b6b7f9053b720e10c35116b" }, - "nvim-treesitter": { "branch": "master", "commit": "c436d45eeeeb78e5482cb28b59de1d7a77c93d86" }, - "nvim-web-devicons": { "branch": "master", "commit": "9793801f974bba70e4ac5d7eae6c4f5659993d8e" }, + "nvim-lspconfig": { "branch": "master", "commit": "46ce5fd8c081f179a509da423077f8372e63ffc4" }, + "nvim-treesitter": { "branch": "master", "commit": "b9002f6fe679e2b8025a46116081c0da629a6b8c" }, + "nvim-web-devicons": { "branch": "master", "commit": "9154484705968658e9aab2b894d1b2a64bf9f83d" }, "packer.nvim": { "branch": "master", "commit": "ea0cc3c59f67c440c5ff0bbe4fb9420f4350b9a3" }, "plenary.nvim": { "branch": "master", "commit": "ec289423a1693aeae6cd0d503bac2856af74edaa" }, - "roslyn.nvim": { "branch": "main", "commit": "ec4d74f55377954fb12ea038253f64db8596a741" }, - "telescope.nvim": { "branch": "master", "commit": "5972437de807c3bc101565175da66a1aa4f8707a" }, + "roslyn.nvim": { "branch": "main", "commit": "d36bc977177c919c191f9f0190d71417ba0b055c" }, + "telescope.nvim": { "branch": "master", "commit": "927c10f748e49c543b2d544c321a1245302ff324" }, "undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" }, - "vim-fugitive": { "branch": "master", "commit": "d4877e54cef67f5af4f950935b1ade19ed6b7370" }, "vim-merginal": { "branch": "develop", "commit": "9ae2f12132d3ab8871d9dd6f8371149e826b7818" } } diff --git a/.config/nvim/lua/wicked/lazy.lua b/.config/nvim/lua/wicked/lazy.lua index e1daaf1..9818682 100644 --- a/.config/nvim/lua/wicked/lazy.lua +++ b/.config/nvim/lua/wicked/lazy.lua @@ -33,10 +33,16 @@ require("lazy").setup({ 'nvim-treesitter/nvim-treesitter', 'theprimeagen/harpoon', 'mbbill/undotree', - 'tpope/vim-fugitive', 'idanarye/vim-merginal', 'williamboman/mason.nvim', 'williamboman/mason-lspconfig.nvim', + { + "NeogitOrg/neogit", + dependencies = { + "sindrets/diffview.nvim", -- optional - Diff integration + }, + config = true + }, 'seblj/roslyn.nvim', 'neovim/nvim-lspconfig', { diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%PropertyController.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%PropertyController.cs index 7f0b558..69abb7d 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%PropertyController.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%PropertyController.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%UserController.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%UserController.cs index 9bd76f1..5d2e4f0 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%UserController.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%UserController.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%angular.json b/.vim/undodir/%home%rmaco%projects%homefull-gui%angular.json index ae6ebed..1368d5e 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%angular.json and b/.vim/undodir/%home%rmaco%projects%homefull-gui%angular.json differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%package.json b/.vim/undodir/%home%rmaco%projects%homefull-gui%package.json new file mode 100644 index 0000000..2e9013f Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%package.json differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%app.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%app.module.ts index aa75a15..97f6701 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%app.module.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%app.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.html index 9d40825..2985a61 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.scss index 1843bda..ab83685 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.scss and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.ts index 59a6677..db973e5 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.module.ts index d2eae7a..5a70933 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.module.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%dashboard%dashboard.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.html index c1a26f7..da94bcf 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.scss new file mode 100644 index 0000000..03e8603 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.ts index c0b942a..6e7d1e4 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%horizontal-card%horizontal-card.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%shared.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%shared.module.ts new file mode 100644 index 0000000..c49ca0c Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%shared.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.scss index 76018d3..91f702c 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.scss and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.ts index 6cbefea..51994cb 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%login-post-request-dto.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%login-post-request-dto.ts new file mode 100644 index 0000000..5bdefa9 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%login-post-request-dto.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%signup-post-request-dto.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%signup-post-request-dto.ts new file mode 100644 index 0000000..fae8fe8 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%request%signup-post-request-dto.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.component.scss new file mode 100644 index 0000000..710fd57 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.module.ts new file mode 100644 index 0000000..cc0090f Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%home%home.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.html index a91ed44..914da63 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.scss new file mode 100644 index 0000000..db64021 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.ts index 3b4addb..6167969 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.module.ts new file mode 100644 index 0000000..64c65fa Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%login.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.html new file mode 100644 index 0000000..7749ede Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.scss new file mode 100644 index 0000000..144f195 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.ts new file mode 100644 index 0000000..59f820d Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%login%signup%signup.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.html new file mode 100644 index 0000000..2f41c7e Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.scss new file mode 100644 index 0000000..d785e0f Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.ts new file mode 100644 index 0000000..fdd87fb Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%insert-property%insert-property.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.html index 64cb5d4..51eed95 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.scss new file mode 100644 index 0000000..a2725aa Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.ts index 73166e8..64d77ef 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.module.ts new file mode 100644 index 0000000..9251e3c Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.html new file mode 100644 index 0000000..f67a6a8 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.scss new file mode 100644 index 0000000..b69601b Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.ts new file mode 100644 index 0000000..f655d86 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%insert-document%insert-document.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.html new file mode 100644 index 0000000..e47f32d Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.scss new file mode 100644 index 0000000..f5daa75 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.ts new file mode 100644 index 0000000..771e531 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.module.ts new file mode 100644 index 0000000..dcf7445 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%property-view%property-view.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.html new file mode 100644 index 0000000..d8a70cc Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.ts new file mode 100644 index 0000000..1d7f26c Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.module.ts new file mode 100644 index 0000000..145d2d3 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%reminders%reminders.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%settings%settings.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%settings%settings.module.ts new file mode 100644 index 0000000..53763aa Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%settings%settings.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%routing%routing.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%routing%routing.module.ts index 797471f..565bb38 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%routing%routing.module.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%routing%routing.module.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-login.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-login.service.ts new file mode 100644 index 0000000..f189858 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-login.service.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-login.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-login.service.ts index 168f711..936fdb0 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-login.service.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-login.service.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%styles.scss b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%styles.scss index afde0d6..275a9f5 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%styles.scss and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%styles.scss differ diff --git a/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%neogit.lua b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%neogit.lua new file mode 100644 index 0000000..225d2a5 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%neogit.lua differ diff --git a/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%lua%wicked%lazy.lua b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%lua%wicked%lazy.lua index 7dc5838..29a728d 100644 Binary files a/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%lua%wicked%lazy.lua and b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%lua%wicked%lazy.lua differ