Change filenames for packer and plugin options
This commit is contained in:
parent
7b76108c8a
commit
173d7c9252
3 changed files with 6 additions and 2 deletions
|
@ -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([[
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- PLUGINS - OPTIONS
|
||||
|
||||
-- LSP Servers
|
||||
require('lsp.bash')
|
||||
require('lsp.latex')
|
|
@ -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
|
Loading…
Add table
Reference in a new issue