diff --git a/.config/nvim/after/plugin/lspconfig.lua b/.config/nvim/after/plugin/lspconfig.lua index 6a77d39..cff2387 100644 --- a/.config/nvim/after/plugin/lspconfig.lua +++ b/.config/nvim/after/plugin/lspconfig.lua @@ -10,7 +10,7 @@ local angular_cmd = { project_library_path .. '@angular/language-server' } -lspconfig.tsserver.setup {} +lspconfig.ts_ls.setup {} lspconfig.angularls.setup({ cmd = angular_cmd, on_new_config = function(new_config, new_root_dir) diff --git a/.config/nvim/after/plugin/mason-lspconfig.lua b/.config/nvim/after/plugin/mason-lspconfig.lua index e200854..280ae45 100644 --- a/.config/nvim/after/plugin/mason-lspconfig.lua +++ b/.config/nvim/after/plugin/mason-lspconfig.lua @@ -3,6 +3,6 @@ require("mason-lspconfig").setup { ensure_installed = { "lua_ls", "cssls", "angularls", - "tsserver", + "ts_ls", "eslint" }, } diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 0a32413..36ac2aa 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,23 +1,23 @@ { - "LuaSnip": { "branch": "master", "commit": "b84eeb3641b08324287587b426ec974b888390d9" }, + "LuaSnip": { "branch": "master", "commit": "45db5addf8d0a201e1cf247cae4cdce605ad3768" }, "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" }, - "dotnet.nvim": { "branch": "main", "commit": "748940cf70df499ae0d98113aaedf30175b200f4" }, - "everforest-nvim": { "branch": "main", "commit": "2c40c11b971da120796564e69aecce7e7c82a854" }, - "harpoon": { "branch": "master", "commit": "ccae1b9bec717ae284906b0bf83d720e59d12b91" }, - "lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" }, - "lsp-zero.nvim": { "branch": "v4.x", "commit": "0161aeab61d407aa1d43326a5dfc33479f4c53f6" }, + "dotnet.nvim": { "branch": "main", "commit": "8c35ce02f8a4b785cd9b5ce6c8bb1cf934ccc3da" }, + "everforest-nvim": { "branch": "main", "commit": "308c024bc1fcb7e179eb9551ba5f69dae1737d2b" }, + "harpoon": { "branch": "master", "commit": "1bc17e3e42ea3c46b33c0bbad6a880792692a1b3" }, + "lazy.nvim": { "branch": "main", "commit": "48b52b5cfcf8f88ed0aff8fde573a5cc20b1306d" }, + "lsp-zero.nvim": { "branch": "v4.x", "commit": "9823b3e27deaf9f0152f3bc22f05b54f21e234e8" }, "lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "1c55991321d1a861537e32446affc5de5d9a6eaf" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "25c11854aa25558ee6c03432edfa0df0217324be" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, "nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" }, - "nvim-lspconfig": { "branch": "master", "commit": "a89de2e049b5f89a0ee55029d5a31213bd4de6f8" }, - "nvim-treesitter": { "branch": "master", "commit": "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631" }, - "nvim-web-devicons": { "branch": "master", "commit": "3722e3d1fb5fe1896a104eb489e8f8651260b520" }, + "nvim-lspconfig": { "branch": "master", "commit": "5ac3e198f683d6702b6b7f9053b720e10c35116b" }, + "nvim-treesitter": { "branch": "master", "commit": "c436d45eeeeb78e5482cb28b59de1d7a77c93d86" }, + "nvim-web-devicons": { "branch": "master", "commit": "9793801f974bba70e4ac5d7eae6c4f5659993d8e" }, "packer.nvim": { "branch": "master", "commit": "ea0cc3c59f67c440c5ff0bbe4fb9420f4350b9a3" }, - "plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" }, - "roslyn.nvim": { "branch": "main", "commit": "e284f0e6c34b01cd1db9fdb71c75ae85d732a43b" }, + "plenary.nvim": { "branch": "master", "commit": "ec289423a1693aeae6cd0d503bac2856af74edaa" }, + "roslyn.nvim": { "branch": "main", "commit": "ec4d74f55377954fb12ea038253f64db8596a741" }, "telescope.nvim": { "branch": "master", "commit": "5972437de807c3bc101565175da66a1aa4f8707a" }, "undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" }, - "vim-fugitive": { "branch": "master", "commit": "0444df68cd1cdabc7453d6bd84099458327e5513" }, + "vim-fugitive": { "branch": "master", "commit": "d4877e54cef67f5af4f950935b1ade19ed6b7370" }, "vim-merginal": { "branch": "develop", "commit": "9ae2f12132d3ab8871d9dd6f8371149e826b7818" } } diff --git a/.vim/undodir/%home%rmaco%.bashrc b/.vim/undodir/%home%rmaco%.bashrc index a2e173c..040972b 100644 Binary files a/.vim/undodir/%home%rmaco%.bashrc and b/.vim/undodir/%home%rmaco%.bashrc differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%Generic%GenericChildController.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%Generic%GenericChildController.cs index bfe86fe..d1ab231 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%Generic%GenericChildController.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%Controllers%Generic%GenericChildController.cs differ 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 a17ffeb..7f0b558 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%ViewModels%DocumentDtoService.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%DocumentDtoService.cs index 0a48479..6b82fb2 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%DocumentDtoService.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%DocumentDtoService.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%ExpenseDtoService.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%ExpenseDtoService.cs index 821cdd0..c3eb6e3 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%ExpenseDtoService.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%ExpenseDtoService.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsFrom.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsFrom.cs new file mode 100644 index 0000000..30e3a2d Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsFrom.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsTo.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsTo.cs new file mode 100644 index 0000000..8039688 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Generic%IConvertsTo.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%IDtoService.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%IDtoService.cs index 7654cb6..e093f29 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%IDtoService.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%IDtoService.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%PropertyDtoService.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%PropertyDtoService.cs index 8221c64..90bd796 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%PropertyDtoService.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%PropertyDtoService.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%DocumentPostRequest.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%DocumentPostRequest.cs index f17f7e9..5f25005 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%DocumentPostRequest.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%DocumentPostRequest.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%ExpensePostRequest.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%ExpensePostRequest.cs index 1fbf2b5..96a0536 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%ExpensePostRequest.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%ExpensePostRequest.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%PropertyPostRequest.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%PropertyPostRequest.cs index 08dfb8d..a16042a 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%PropertyPostRequest.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%PropertyPostRequest.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%TenantPostRequest.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%TenantPostRequest.cs index b7d70cd..fa4e594 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%TenantPostRequest.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Request%TenantPostRequest.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%ChartDataPointResponse.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%ChartDataPointResponse.cs index 3f510ec..0a4a6a1 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%ChartDataPointResponse.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%ChartDataPointResponse.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%PropertyListResponse.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%PropertyListResponse.cs index 437f307..45fe09c 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%PropertyListResponse.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%Response%PropertyListResponse.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%TenantDtoService.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%TenantDtoService.cs index 5426611..775e8a3 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%TenantDtoService.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.API%ViewModels%TenantDtoService.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Entities%Abstract%GenericPage.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Entities%Abstract%GenericPage.cs new file mode 100644 index 0000000..9e53d13 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Entities%Abstract%GenericPage.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Filters%GenericFilter.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Filters%GenericFilter.cs index 361bdf4..dab7308 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Filters%GenericFilter.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Filters%GenericFilter.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Repositories%Generic%IEntityRepository.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Repositories%Generic%IEntityRepository.cs index ba1b4e5..74ebce9 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Repositories%Generic%IEntityRepository.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.Core%Repositories%Generic%IEntityRepository.cs differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.InfraSql%Repositories%Generic%GenericRepository.cs b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.InfraSql%Repositories%Generic%GenericRepository.cs index 5774c6d..0c9d1f8 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.InfraSql%Repositories%Generic%GenericRepository.cs and b/.vim/undodir/%home%rmaco%projects%homefull-api%Homefull.InfraSql%Repositories%Generic%GenericRepository.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 7dadd8d..ae6ebed 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%src%app%app.module.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%app.module.ts index cbadeaa..aa75a15 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 b17ff14..9d40825 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 new file mode 100644 index 0000000..1843bda Binary files /dev/null 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 49c4c9e..59a6677 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 new file mode 100644 index 0000000..d2eae7a Binary files /dev/null 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%table%table.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.html index 586ce26..47502a4 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%components%table%table.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%expense-list-response-dto.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%expense-list-response-dto.ts new file mode 100644 index 0000000..f9aa683 Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%expense-list-response-dto.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%page-response.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%page-response.ts new file mode 100644 index 0000000..080227d Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%dto%response%page-response.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%filter%generic-filter.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%filter%generic-filter.ts index 64c4d0b..cbe81cc 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%filter%generic-filter.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%model%filter%generic-filter.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 738e794..64cb5d4 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.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%properties%properties.component.ts index 3d14cd1..73166e8 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%property-view%property-view.component.html b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.html index cf76377..28bb263 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.html and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.html differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.ts index 151e8b4..0b4fd5d 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%pages%property-view%property-view.component.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-document.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-document.service.ts index d89fdc9..6fd3c06 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-document.service.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-document.service.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-property.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-property.service.ts index 8c7317c..ea5ab6d 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-property.service.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%abstract%abstract-property.service.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-property.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-property.service.ts index 129cb5d..e83b55b 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-property.service.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%api%api-property.service.ts differ diff --git a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%mock%mock-property.service.ts b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%mock%mock-property.service.ts index 7f32f90..3b0218c 100644 Binary files a/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%mock%mock-property.service.ts and b/.vim/undodir/%home%rmaco%projects%homefull-gui%src%app%services%mock%mock-property.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 a590a6e..afde0d6 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%lspconfig.lua b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%lspconfig.lua new file mode 100644 index 0000000..cf0f5fe Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%lspconfig.lua differ diff --git a/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%mason-lspconfig.lua b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%mason-lspconfig.lua index f7498e0..610e63b 100644 Binary files a/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%mason-lspconfig.lua and b/.vim/undodir/%home%rmaco%projects%setup%.config%nvim%after%plugin%mason-lspconfig.lua differ