merge: work

This commit is contained in:
AngeD 2022-09-26 10:45:20 +02:00
commit 07991f8f1a
8 changed files with 17 additions and 6 deletions

View File

@ -0,0 +1 @@
vim.cmd("packadd dirdiff")

View File

@ -0,0 +1,3 @@
vim.cmd("packadd easy-align")
vim.keymap.set("n", "ga", "<Plug>(EasyAlign)")
vim.keymap.set("x", "ga", "<Plug>(EasyAlign)")

View File

@ -0,0 +1,5 @@
vim.cmd("packadd treesitter")
require"nvim-treesitter.configs".setup {
auto_install = true,
highlight = {enable = true},
}

View 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

@ -1 +1 @@
Subproject commit 5b08a6492b22a22b291be483321009fd85be63fa
Subproject commit 1f526edbdd7c5d789678a143100d1155b7f75576

View File

@ -1,7 +1,7 @@
#!/bin/sh
xrandr \
--output eDP-1 --primary \
--output HDMI-2 --right-of-eDP-1
xrandr \
--output eDP-1 --auto --primary \
--output HDMI-2 --auto --right-of eDP-1
exec awesome