Skip to content

Commit

Permalink
Merge branch 'main' into renovate/cachix-install-nix-action-22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 7, 2023
2 parents f6deeb4 + db5dd9a commit b7d1628
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
32 changes: 9 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions home/features/neovim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,17 @@ return {
},
},
},
{
"stevearc/overseer.nvim",
event = "VeryLazy",
opts = {},
},
{
"zbirenbaum/copilot.lua",
event = "VeryLazy",
cmd = "Copilot",
config = function()
require("copilot").setup({})
end,
},
}
6 changes: 6 additions & 0 deletions home/features/neovim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,10 @@ return {
},
},
},
{
"pmizio/typescript-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
event = "VeryLazy",
opts = {},
},
}

0 comments on commit b7d1628

Please sign in to comment.