require pluginmanager first + fix some lua LSP issues

This commit is contained in:
Marko Korhonen 2021-02-02 19:06:05 +02:00
parent aa98e13e44
commit 6715c05519
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,7 @@ end
-- Configure packer
cmd 'packadd packer.nvim'
local use = require('packer').use
require('packer').startup(function()
-- The plugin manager itself
@ -45,6 +46,7 @@ require('packer').startup(function()
-- Formatter plugin
use 'sbdchd/neoformat'
end)
-- Install plugins if packer was not installed