mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-16 04:14:41 +02:00
formatting
This commit is contained in:
parent
6ed2437edb
commit
c0dba81c2e
1 changed files with 93 additions and 93 deletions
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
local execute = vim.api.nvim_command
|
||||
local fn = vim.fn
|
||||
|
||||
|
@ -14,7 +12,6 @@ vim.cmd [[packadd packer.nvim]]
|
|||
|
||||
vim.cmd 'autocmd BufWritePost plugins.lua PackerCompile' -- Auto compile when there are changes in plugins.lua
|
||||
|
||||
|
||||
return require('packer').startup(function(use)
|
||||
-- Packer can manage itself as an optional plugin
|
||||
use {'wbthomason/packer.nvim', opt = true}
|
||||
|
@ -49,7 +46,6 @@ return require('packer').startup(function(use)
|
|||
-- use 'SirVer/ultisnips'
|
||||
-- use 'norcalli/snippets.nvim'
|
||||
|
||||
|
||||
-- Treesitter
|
||||
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
|
||||
use 'nvim-treesitter/playground'
|
||||
|
@ -73,7 +69,6 @@ return require('packer').startup(function(use)
|
|||
-- Explorer
|
||||
use 'kyazdani42/nvim-tree.lua'
|
||||
|
||||
|
||||
-- Color
|
||||
use 'christianchiarulli/nvcode-color-schemes.vim'
|
||||
use 'norcalli/nvim-colorizer.lua'
|
||||
|
@ -103,7 +98,12 @@ return require('packer').startup(function(use)
|
|||
use 'turbio/bracey.vim'
|
||||
use 'AndrewRadev/tagalong.vim'
|
||||
use 'alvan/vim-closetag'
|
||||
use { 'glacambre/firenvim', run = function() vim.fn['firenvim#install'](1) end }
|
||||
use {
|
||||
'glacambre/firenvim',
|
||||
run = function()
|
||||
vim.fn['firenvim#install'](1)
|
||||
end
|
||||
}
|
||||
use 'liuchengxu/vim-which-key'
|
||||
use 'voldikss/vim-floaterm'
|
||||
use 'liuchengxu/vista.vim'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue