Skip to content

Instantly share code, notes, and snippets.

local fn = vim.fn
local install_path = '~/.local/share/nvim/site/pack/packer/start/packer.nvim'
vim.cmd [[packadd packer.nvim]]
local function load_plugins()
local use = require('packer').use
require("packer").startup(
{
function()