Skip to content

Instantly share code, notes, and snippets.

View echo-64's full-sized avatar
🏠
Working from home

π–Šπ–ˆπ–π–” echo-64

🏠
Working from home
  • Somewhere between here & there
  • 05:41 (UTC -12:00)
  • Npm echo-64
View GitHub Profile
@blacktrub
blacktrub / init.lua
Created November 16, 2021 21:40
init.lua
local Plug = vim.fn['plug#']
vim.call('plug#begin', '~/.config/nvim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'kyazdani42/nvim-web-devicons' -- for file icons
Plug 'kyazdani42/nvim-tree.lua'
Plug 'goolord/alpha-nvim'
Plug 'marko-cerovac/material.nvim'
Plug 'romgrk/barbar.nvim'
Plug 'akinsho/toggleterm.nvim'
Plug 'nvim-lua/plenary.nvim'