minor changes
This commit is contained in:
parent
7e32c663ac
commit
6623f18e1f
3 changed files with 31 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ end
|
|||
-- keybind list
|
||||
|
||||
map('', '<leader>c', '"+y')
|
||||
--map('' , '<C-a>' , '%y+')
|
||||
map('' , '<leader>uu' , 'Neoformat')
|
||||
|
|
|
|||
|
|
@ -21,4 +21,5 @@ return require('packer').startup(function()
|
|||
use { 'windwp/nvim-autopairs'}
|
||||
use { 'alvan/vim-closetag'}
|
||||
use { 'tweekmonster/startuptime.vim'}
|
||||
use {'onsails/lspkind-nvim'}
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue