Skip to content

Error while installing with packer. #12

@T4ras123

Description

@T4ras123

Get following errors while trying to install the color scheme. What am i doing wrong?

vim.cmd [[packadd packer.nvim]]

return require('packer').startup(function(use)
  -- Packer can manage itself
  use 'wbthomason/packer.nvim'
  use {
  'nvim-telescope/telescope.nvim', tag = '0.1.8',
  requires = { {'nvim-lua/plenary.nvim'} }
}
use( 'nvim-treesitter/nvim-treesitter', {run = ':TSUpdate'})
use ({"xero/miasma.nvim"})
vim.cmd("colorscheme miasma")
end)

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions