fix some stuff

This commit is contained in:
max_richter 2021-08-19 16:11:53 +02:00
parent 625b5d0815
commit b7422ca71b

View File

@ -1,13 +1,10 @@
local o = vim.o local o = vim.o
local opt = vim.opt local opt = vim.opt
local wo = vim.wo
local bo = vim.bo
local g = vim.g local g = vim.g
local fn = vim.fn
require("install-paq") require("install-paq")
require("paq"):setup({verbose=true}) { require("paq"):setup({verbose=true}) {
"savq/paq-nvim", -- Let Paq manage itself {url="git@github.com:savq/paq-nvim"}, -- Let Paq manage itself
-- Theming Plugins -- Theming Plugins
{url="git@github.com:kaicataldo/material.vim", branch = "main"}, {url="git@github.com:kaicataldo/material.vim", branch = "main"},
{url="git@github.com:ryanoasis/vim-devicons"}, {url="git@github.com:ryanoasis/vim-devicons"},