You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
905 B
Lua

return {
"tpope/vim-vinegar",
"tpope/vim-surround",
"tpope/vim-sleuth",
"tpope/vim-abolish",
"vim-airline/vim-airline",
"editorconfig/editorconfig-vim",
"mattn/emmet-vim",
"vim-airline/vim-airline-themes",
"easymotion/vim-easymotion",
"mhinz/vim-startify",
"simrat39/symbols-outline.nvim",
"neovim/nvim-lspconfig",
{
"hrsh7th/nvim-cmp",
dependencies = {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip",
},
},
{
"nvim-telescope/telescope.nvim",
tag = "0.1.8",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
},
{
"scottmckendry/cyberdream.nvim",
lazy = false,
priority = 1000,
},
{
"akinsho/bufferline.nvim",
version = "*",
dependencies = "nvim-tree/nvim-web-devicons",
},
{
"stevearc/conform.nvim",
opts = {},
},
}