dashboard configured
This commit is contained in:
parent
6f06ad0baa
commit
e34b835fbf
23 changed files with 119 additions and 19 deletions
|
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
{ "wbthomason/packer.nvim" }, -- Have packer manage itself
|
||||
{ "nvim-lua/popup.nvim" }, -- An implementation of the Popup API from vim in Neovim
|
||||
{ "nvim-lua/plenary.nvim" }, -- Useful lua functions used ny lots of plugins
|
||||
{ "windwp/nvim-autopairs" }, -- Autopairs
|
||||
|
|
@ -10,26 +9,26 @@ return {
|
|||
-- "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
|
||||
{ "lunarvim/darkplus.nvim" },
|
||||
{ "akinsho/bufferline.nvim" },
|
||||
{ "moll/vim-bbye" },
|
||||
-- cmp plugins
|
||||
{ "hrsh7th/nvim-cmp" }, -- The completion plugin
|
||||
{ "hrsh7th/cmp-buffer" }, -- buffer completions
|
||||
{ "hrsh7th/cmp-path" }, -- path completions
|
||||
{ "hrsh7th/cmp-cmdline" }, -- cmdline completions
|
||||
{ "saadparwaiz1/cmp_luasnip" }, -- snippet completions
|
||||
{ "hrsh7th/cmp-nvim-lsp" },
|
||||
{ "moll/vim-bbye" },
|
||||
-- cmp plugins
|
||||
{ "hrsh7th/nvim-cmp" }, -- The completion plugin
|
||||
{ "hrsh7th/cmp-buffer" }, -- buffer completions
|
||||
{ "hrsh7th/cmp-path" }, -- path completions
|
||||
{ "hrsh7th/cmp-cmdline" }, -- cmdline completions
|
||||
{ "saadparwaiz1/cmp_luasnip" }, -- snippet completions
|
||||
{ "hrsh7th/cmp-nvim-lsp" },
|
||||
|
||||
-- snippets
|
||||
{ "L3MON4D3/LuaSnip" }, --snippet engine
|
||||
{ "rafamadriz/friendly-snippets" }, -- a bunch of snippets to use
|
||||
-- snippets
|
||||
{ "L3MON4D3/LuaSnip" }, --snippet engine
|
||||
{ "rafamadriz/friendly-snippets" }, -- a bunch of snippets to use
|
||||
|
||||
-- LSP
|
||||
{ "neovim/nvim-lspconfig" }, -- enable LSP
|
||||
{ "williamboman/mason.nvim" }, -- simple to use language server installer
|
||||
{ "williamboman/mason-lspconfig.nvim" }, -- simple to use language server installer
|
||||
-- LSP
|
||||
{ "neovim/nvim-lspconfig" }, -- enable LSP
|
||||
{ "williamboman/mason.nvim" }, -- simple to use language server installer
|
||||
{ "williamboman/mason-lspconfig.nvim" }, -- simple to use language server installer
|
||||
|
||||
-- Telescope
|
||||
{ "nvim-telescope/telescope-media-files.nvim" },
|
||||
-- Telescope
|
||||
{ "nvim-telescope/telescope-media-files.nvim" },
|
||||
|
||||
-- Treesitter
|
||||
{
|
||||
|
|
@ -38,4 +37,4 @@ return {
|
|||
},
|
||||
-- "p00f/nvim-ts-rainbow"
|
||||
-- "nvim-treesitter/playground"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue