mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 11:44:47 +02:00
fix tab stuff
This commit is contained in:
parent
3155ea1a74
commit
f5184ed9d0
4 changed files with 68 additions and 95 deletions
|
@ -1,5 +1,4 @@
|
|||
--vim.cmd [[packadd packer.nvim]]
|
||||
|
||||
-- vim.cmd [[packadd packer.nvim]]
|
||||
local execute = vim.api.nvim_command
|
||||
local fn = vim.fn
|
||||
|
||||
|
@ -75,6 +74,7 @@ return require('packer').startup(function(use)
|
|||
-- Color
|
||||
use 'christianchiarulli/nvcode-color-schemes.vim'
|
||||
use 'norcalli/nvim-colorizer.lua'
|
||||
use 'sheerun/vim-polyglot'
|
||||
|
||||
-- Git
|
||||
use 'TimUntersberger/neogit'
|
||||
|
@ -95,38 +95,37 @@ return require('packer').startup(function(use)
|
|||
-- Registers
|
||||
use 'gennaro-tedesco/nvim-peekup'
|
||||
|
||||
-- General Plugins
|
||||
use 'windwp/nvim-autopairs'
|
||||
use 'kevinhwang91/nvim-bqf'
|
||||
-- Navigation
|
||||
use 'unblevable/quick-scope'
|
||||
use 'airblade/vim-rooter'
|
||||
use 'phaazon/hop.nvim'
|
||||
use 'kevinhwang91/rnvimr'
|
||||
-- use 'mhinz/vim-startify'
|
||||
|
||||
-- General Plugins
|
||||
use 'liuchengxu/vim-which-key'
|
||||
use 'kevinhwang91/nvim-bqf'
|
||||
use 'airblade/vim-rooter'
|
||||
use 'glepnir/dashboard-nvim'
|
||||
use 'metakirby5/codi.vim'
|
||||
use 'psliwka/vim-smoothie'
|
||||
use 'moll/vim-bbye'
|
||||
use {'iamcco/markdown-preview.nvim', run = 'cd app && npm install'}
|
||||
use 'liuchengxu/vim-which-key'
|
||||
use 'voldikss/vim-floaterm'
|
||||
use 'liuchengxu/vista.vim'
|
||||
use 'terrortylor/nvim-comment'
|
||||
use 'bfredl/nvim-miniyank'
|
||||
use 'monaqa/dial.nvim'
|
||||
use 'junegunn/goyo.vim'
|
||||
use 'andymass/vim-matchup'
|
||||
use 'phaazon/hop.nvim'
|
||||
use 'tpope/vim-sleuth'
|
||||
use 'sheerun/vim-polyglot'
|
||||
use 'monaqa/dial.nvim'
|
||||
use 'windwp/nvim-autopairs'
|
||||
use 'blackcauldron7/surround.nvim'
|
||||
|
||||
-- TODO put this back when stable for indent lines
|
||||
-- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
|
||||
-- vim.g.indent_blankline_space_char = ' '
|
||||
-- vim.g.indent_blankline_buftype_exclude = {'terminal'}
|
||||
-- vim.g.indent_blankline_filetype_exclude = {'help', 'startify'}
|
||||
-- vim.g.indent_blankline_char = '▏'
|
||||
-- vim.g.indent_blankline_use_treesitter=true
|
||||
-- TODO put this back when stable for indent lines
|
||||
-- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
|
||||
-- vim.g.indent_blankline_space_char = ' '
|
||||
-- vim.g.indent_blankline_buftype_exclude = {'terminal'}
|
||||
-- vim.g.indent_blankline_filetype_exclude = {'help', 'startify'}
|
||||
-- vim.g.indent_blankline_char = '▏'
|
||||
-- vim.g.indent_blankline_use_treesitter=true
|
||||
-- use 'AndrewRadev/tagalong.vim'
|
||||
-- use 'alvan/vim-closetag'
|
||||
-- use 'RRethy/vim-illuminate'
|
||||
|
@ -137,4 +136,6 @@ return require('packer').startup(function(use)
|
|||
-- vim.fn['firenvim#install'](1)
|
||||
-- end
|
||||
-- }
|
||||
-- use 'tpope/vim-sleuth'
|
||||
-- use 'mhinz/vim-startify'
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue