require pluginmanager first + fix some lua LSP issues
This commit is contained in:
parent
aa98e13e44
commit
6715c05519
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue