yank whole file
This commit is contained in:
parent
3b2f4c5ed4
commit
3a244429d5
4 changed files with 34 additions and 11 deletions
|
@ -13,7 +13,6 @@ return require('packer').startup(function()
|
|||
use { 'nvim-treesitter/nvim-treesitter'}
|
||||
use { 'chriskempson/base16-vim'}
|
||||
use { 'norcalli/nvim-colorizer.lua'}
|
||||
use { 'Yggdroot/indentLine'}
|
||||
use { 'ryanoasis/vim-devicons'}
|
||||
use { 'sbdchd/neoformat'}
|
||||
use { 'neovim/nvim-lspconfig'}
|
||||
|
|
|
@ -68,4 +68,5 @@ vim.api.nvim_set_keymap('n', '<Leader>fp', [[<Cmd>lua require('telescope').exte
|
|||
vim.api.nvim_set_keymap('n', '<Leader>fb', [[<Cmd>lua require('telescope.builtin').buffers()<CR>]], opt)
|
||||
vim.api.nvim_set_keymap('n', '<Leader>fh', [[<Cmd>lua require('telescope.builtin').help_tags()<CR>]], opt)
|
||||
vim.api.nvim_set_keymap('n', '<Leader>fo', [[<Cmd>lua require('telescope.builtin').oldfiles()<CR>]], opt)
|
||||
vim.api.nvim_set_keymap('n', '<Leader>zz', [[<Cmd> Neoformat<CR>]] , opt)
|
||||
vim.api.nvim_set_keymap('n', '<Leader>fm', [[<Cmd> Neoformat<CR>]] , opt)
|
||||
vim.api.nvim_set_keymap('n', '<C-a>', [[ <Cmd> %y+<CR>]] , opt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue