diff --git a/hosts/luna/modules/services/github-runner.nix b/hosts/luna/modules/services/github-runner.nix index 90d4621b..528fe54c 100644 --- a/hosts/luna/modules/services/github-runner.nix +++ b/hosts/luna/modules/services/github-runner.nix @@ -19,4 +19,4 @@ ]; }; }; -} \ No newline at end of file +} diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua index b13aae14..47cf163b 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -41,7 +41,7 @@ return { "PriceHiller/nvim-ts-autotag", dependencies = { "nvim-treesitter/nvim-treesitter" }, event = { "BufReadPre", "BufNewFile" }, - config = true + config = true, }, { url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",