Skip to content

Instantly share code, notes, and snippets.

View urandom's full-sized avatar

Viktor Kojouharov urandom

View GitHub Profile
@urandom
urandom / init.lua
Last active August 8, 2022 19:06
init.lua
-- Install paq
local execute = vim.api.nvim_command
local install_path = vim.fn.stdpath('data') .. '/site/pack/paqs/start/paq-nvim'
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
execute('!git clone --depth 1 https://github.com/savq/paq-nvim.git ' .. install_path)
end
require('paq') {