nvim: More reformat, migrate more keys
This commit is contained in:
parent
2efeec969c
commit
e592e61c0b
@ -108,14 +108,19 @@ return {
|
||||
{ 'rmagatti/auto-session' },
|
||||
{ 'ludovicchabant/vim-gutentags' },
|
||||
{ 'preservim/nerdtree' },
|
||||
{ 'junegunn/fzf', dir = '~/.fzf' },
|
||||
{ 'junegunn/fzf' }, -- FIXME: Not sure what this does? dir = '~/.fzf'
|
||||
{ 'junegunn/fzf.vim' },
|
||||
{ 'mhinz/vim-startify' },
|
||||
{ 'jeetsukumaran/vim-buffergator' },
|
||||
{ 'ap/vim-buftabline' },
|
||||
{ 'airblade/vim-gitgutter' },
|
||||
{ 'majutsushi/tagbar' },
|
||||
{ 'nvim-lualine/lualine.nvim', requires = { 'kyazdani42/nvim-web-devicons', opt = true } },
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
{ 'kyazdani42/nvim-web-devicons', lazy = true },
|
||||
}
|
||||
},
|
||||
{
|
||||
'arkav/lualine-lsp-progress',
|
||||
config = function()
|
||||
@ -146,9 +151,13 @@ return {
|
||||
{ 'tpope/vim-rhubarb' },
|
||||
{ 'gf3/peg.vim' },
|
||||
{ 'nvim-lua/plenary.nvim' },
|
||||
{ 'nvim-telescope/telescope.nvim',
|
||||
config = function() require('telescope').setup { file_ignore_patterns = {
|
||||
'node_modules', './venv/' } } end },
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
config = function()
|
||||
require('telescope').setup { file_ignore_patterns = {
|
||||
'node_modules', './venv/' } }
|
||||
end
|
||||
},
|
||||
{ 'nvim-telescope/telescope-project.nvim' },
|
||||
-- require'telescope'.load_extension('project')
|
||||
|
||||
@ -177,7 +186,7 @@ return {
|
||||
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate',
|
||||
build = ':TSUpdate',
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true, disable = { "lua" } },
|
||||
|
Loading…
Reference in New Issue
Block a user