merge: work
This commit is contained in:
commit
07991f8f1a
1
.config/nvim/lua/pack-dirdiff.lua
Normal file
1
.config/nvim/lua/pack-dirdiff.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
vim.cmd("packadd dirdiff")
|
3
.config/nvim/lua/pack-easy-align.lua
Normal file
3
.config/nvim/lua/pack-easy-align.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
vim.cmd("packadd easy-align")
|
||||||
|
vim.keymap.set("n", "ga", "<Plug>(EasyAlign)")
|
||||||
|
vim.keymap.set("x", "ga", "<Plug>(EasyAlign)")
|
5
.config/nvim/lua/pack-treesitter.lua
Normal file
5
.config/nvim/lua/pack-treesitter.lua
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
vim.cmd("packadd treesitter")
|
||||||
|
require"nvim-treesitter.configs".setup {
|
||||||
|
auto_install = true,
|
||||||
|
highlight = {enable = true},
|
||||||
|
}
|
2
.config/nvim/lua/pack-which-key.lua
Normal file
2
.config/nvim/lua/pack-which-key.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
vim.cmd("packadd which-key")
|
||||||
|
require'which-key'.setup{}
|
@ -1 +1 @@
|
|||||||
Subproject commit bfc013ab93d0993a6e24235291dddd4c4ecd64ee
|
Subproject commit af3de081542f66dfb1482dcf2a654b7e1668783c
|
@ -1 +1 @@
|
|||||||
Subproject commit ebea89483d6c4a6e2d563c8b884a66d546676350
|
Subproject commit d712b1bed1f4bb591f18b758d2f340a93a0629fd
|
2
.pyenv
2
.pyenv
@ -1 +1 @@
|
|||||||
Subproject commit 5b08a6492b22a22b291be483321009fd85be63fa
|
Subproject commit 1f526edbdd7c5d789678a143100d1155b7f75576
|
Loading…
Reference in New Issue
Block a user