Skip to content

Failed to load ../plugins #1641

Closed Answered by SeleneCosmia
iambeingtracked asked this question in Q&A
Discussion options

You must be logged in to vote

Try using this format in your plugins.lua file instead:

return {
  -- nvim-lspconfig
	{ 'neovim/nvim-lspconfig' },

    -- nvim-treesitter
	{ 'nvim-treesitter/nvim-treesitter', build =  },

  -- move
    { 'fedepujol/move.nvim' },

  -- devicons 
	{ 'kyazdani42/nvim-web-devicons' },

  -- lualine
	{ 'nvim-lualine/lualine.nvim' },

  -- comment toggle
	{ 'terrortylor/nvim-comment' },

  -- colorizer
	{ 'NvChad/nvim-colorizer.lua' },

  -- autopairs
	{ 'windwp/nvim-autopairs' },

--[[ < You can use this to make a multiline-comment in lua btw!
	distant
  	'chipsenkbeil/distant.nvim'
]]
  -- nvim-tree
	{ 'kyazdani42/nvim-tree.lua' },

  -- autocompletion
	{
	  'hrsh7th/nvim-cmp',
	  dependencies

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@iambeingtracked
Comment options

@folke
Comment options

@iambeingtracked
Comment options

@iambeingtracked
Comment options

Comment options

You must be logged in to vote
2 replies
@iambeingtracked
Comment options

@iambeingtracked
Comment options

Answer selected by iambeingtracked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants