Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
raba-jp committed Jul 7, 2023
1 parent 956dc73 commit db5dd9a
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 db5dd9a

Please sign in to comment.