Change filenames for packer and plugin options

This commit is contained in:
flyingscorpio@clevo 2022-08-06 10:40:20 +02:00
parent 7b76108c8a
commit 173d7c9252
3 changed files with 6 additions and 2 deletions

View file

@ -2,9 +2,9 @@ require('transition')
require('encoding')
require('remaps')
require('options')
require('plugins')
require('plugins.packer')
require('plugins.options')
require('colors')
require('plugin_options')
require('autocommands')
-- vim.cmd([[

View file

@ -1,3 +1,5 @@
-- PLUGINS - OPTIONS
-- LSP Servers
require('lsp.bash')
require('lsp.latex')

View file

@ -1,3 +1,5 @@
-- PLUGINS - PACKER
local fn = vim.fn
local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim'
if fn.empty(fn.glob(install_path)) > 0 then