coc set up properly

This commit is contained in:
skullbite
2025-03-16 11:57:50 -04:00
parent bade8116f2
commit eb1df1f628
5 changed files with 41 additions and 7 deletions

View File

@@ -32,6 +32,27 @@ return {
},
version = '^1.0.0', -- optional: only update when a new 1.x version is released
},
"stevearc/oil.nvim",
"neovim/nvim-lspconfig"
{
"pmizio/typescript-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
opts = {},
},
{
"neoclide/coc.nvim",
branch = "master",
build = "bun install",
},
{
"rachartier/tiny-devicons-auto-colors.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons"
},
event = "VeryLazy",
config = function()
require('tiny-devicons-auto-colors').setup()
end
},
"m4xshen/autoclose.nvim",
"stevearc/oil.nvim"
}

6
lua/plugins/package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "plugins",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}