feat(nvim) text-object i/
This commit is contained in:
parent
97feb47488
commit
5390b9a761
@ -45,6 +45,7 @@ opt.visualbell = false
|
||||
opt.showcmd = true
|
||||
opt.showtabline = 2
|
||||
|
||||
opt.ignorecase = true
|
||||
opt.smartcase = true -- if search line hasn`t Upper case chars - ignore case search, else case-sensivity search
|
||||
opt.incsearch = true
|
||||
|
||||
|
||||
@ -9,6 +9,11 @@ return require('packer').startup(function(use)
|
||||
requires = { 'kyazdani42/nvim-web-devicons' }
|
||||
}
|
||||
|
||||
use {
|
||||
'kana/vim-textobj-lastpat', -- text-object i/, operate under finding
|
||||
requires = { 'kana/vim-textobj-user' }
|
||||
}
|
||||
|
||||
use 'ellisonleao/gruvbox.nvim'
|
||||
use 'tpope/vim-surround'
|
||||
use 'tpope/vim-repeat'
|
||||
@ -55,7 +60,7 @@ return require('packer').startup(function(use)
|
||||
'nvim-telescope/telescope.nvim',
|
||||
requires = {
|
||||
{ 'nvim-lua/plenary.nvim' },
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', opt = false }
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
|
||||
}
|
||||
}
|
||||
end)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user