-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

