lol
This commit is contained in:
@@ -69,6 +69,7 @@ local packer = require('packer').startup(function(use)
|
||||
-- better highlighting
|
||||
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
|
||||
|
||||
use 'kyazdani42/nvim-web-devicons'
|
||||
-- use {
|
||||
-- 'kyazdani42/nvim-tree.lua',
|
||||
-- requires = 'kyazdani42/nvim-web-devicons',
|
||||
@@ -113,4 +114,4 @@ require('plugin-config/galaxyline')
|
||||
require('plugin-config/gitsigns')
|
||||
require('plugin-config/indent-guide-lines')
|
||||
|
||||
return packer
|
||||
return packer
|
||||
|
||||
@@ -169,6 +169,11 @@ _G.packer_plugins = {
|
||||
path = "/home/ben/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||||
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||
},
|
||||
["nvim-web-devicons"] = {
|
||||
loaded = true,
|
||||
path = "/home/ben/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||||
url = "https://github.com/kyazdani42/nvim-web-devicons"
|
||||
},
|
||||
["packer.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/ben/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||
|
||||
Reference in New Issue
Block a user