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.
49 lines
898 B
Lua
49 lines
898 B
Lua
return {
|
|
"tpope/vim-vinegar",
|
|
"tpope/vim-surround",
|
|
"tpope/vim-sleuth",
|
|
"tpope/vim-abolish",
|
|
"mattn/emmet-vim",
|
|
"easymotion/vim-easymotion",
|
|
"mhinz/vim-startify",
|
|
{
|
|
"nvim-lualine/lualine.nvim",
|
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
|
},
|
|
"jergason/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,
|
|
},
|
|
{
|
|
"stevearc/conform.nvim",
|
|
opts = {},
|
|
},
|
|
{
|
|
"akinsho/bufferline.nvim",
|
|
version = "*",
|
|
dependencies = "nvim-tree/nvim-web-devicons",
|
|
},
|
|
}
|