📝 Uninstalled opentoonz and nvim diffview
This commit is contained in:
parent
d23e86a352
commit
3ca2c618f5
5 changed files with 4 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -40,7 +40,7 @@ keymap('n', '<s-p>', '<c-w>:PackerSync<CR>', {})
|
|||
vim.cmd[[nnoremap rp :silent :put =range(,)]]
|
||||
|
||||
--invoke Diffview
|
||||
keymap('n', '<s-d>', '<c-w>:DiffviewOpen<CR>', {})
|
||||
-- keymap('n', '<s-d>', '<c-w>:DiffviewOpen<CR>', {})
|
||||
|
||||
-- Toggle NERDCommenter with Ctrl + c
|
||||
vim.cmd[[:map <C-c> <Plug>NERDCommenterToggle]]
|
||||
|
|
|
|||
|
|
@ -52,6 +52,6 @@ require('packer').startup(function()
|
|||
use 'rinx/nvim-ripgrep'
|
||||
use 'sbdchd/neoformat' -- general formatter for various languages
|
||||
use 'rhysd/vim-clang-format' -- formatter for c and c++
|
||||
use { 'sindrets/diffview.nvim', requires = 'nvim-lua/plenary.nvim' }
|
||||
-- use { 'sindrets/diffview.nvim', requires = 'nvim-lua/plenary.nvim' }
|
||||
use { '0x100101/lab.nvim', run = 'cd js && npm ci', requires = { 'nvim-lua/plenary.nvim' } }
|
||||
end)
|
||||
|
|
|
|||
|
|
@ -172,8 +172,6 @@ super + g
|
|||
gimp --no-splash &
|
||||
super + k
|
||||
krita --nosplash &
|
||||
super + n
|
||||
opentoonz &
|
||||
super + t
|
||||
tootle &
|
||||
super + p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue