initial config push

This commit is contained in:
Wesley van Tilburg
2026-03-09 16:07:08 +00:00
commit bb91392a21
13 changed files with 898 additions and 0 deletions

9
lua/core/plugins.lua Normal file
View File

@@ -0,0 +1,9 @@
vim.pack.add({
"https://github.com/rebelot/kanagawa.nvim",
"https://github.com/nvim-treesitter/nvim-treesitter",
"https://github.com/williamboman/mason.nvim",
"https://github.com/williamboman/mason-lspconfig.nvim",
{ src = "https://github.com/saghen/blink.cmp", version = vim.version.range("1.*") },
"https://github.com/stevearc/oil.nvim",
"https://github.com/stevearc/overseer.nvim",
})