coc set up properly
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user