Compare commits

...

5 Commits

Author SHA1 Message Date
David JULIEN 12fd83dd6e feat: update installed packages
remove openvpn
add linux-lts (fallback if upstream breaks)
add latex packages
2021-05-28 10:11:01 +02:00
David JULIEN c5ab5d8168 fix: copy to xclipboard mapping 2021-05-28 10:09:25 +02:00
David JULIEN 87e471db11 feat: update neovim colroscheme 2021-05-28 10:08:47 +02:00
David JULIEN 964678ce96 feat: green is greener (and less blue) 2021-05-28 10:07:24 +02:00
David JULIEN 73dd0ae2be feat: remove nvim buffer indicator 2021-05-28 00:52:16 +02:00
5 changed files with 5 additions and 8 deletions

View File

@ -23,7 +23,7 @@
*.color7: #d5c4a1
*.color8: #373737
*.color9: #ea6962
*.color10: #89b594
*.color10: #89b482
*.color11: #ffeca3
*.color12: #7daea3
*.color13: #d3869b

View File

@ -6,7 +6,7 @@
utils.map("n", "<space>", "<leader>")
utils.map("n", "<leader>j", "<cmd>bn<CR>")
utils.map("n", "<leader>k", "<cmd>bp<CR>")
utils.map("v", "<leader>y", "\"+y")
utils.map("n", "<leader>y", "\"+y")
utils.map("n", "<leader>p", "\"+P")
utils.map("n", "<leader><enter>", "<cmd>w! | !compiler %<CR>")
utils.map("n", "<leader>s", "<cmd>PackerSync<CR>")

View File

@ -148,7 +148,6 @@ local function statusline_focused()
local accent_color = get_mode_color(mg)
local left = table.concat {
gen_section("%#Buffer#", {"[%n]"}),
gen_section(accent_color, {get_mode_display_name(mg)}),
gen_section("%#Middle#", {filename()}),
gen_section("%#Bottom#", {"%m", "%r"}),
@ -196,7 +195,6 @@ end
local function statusline_not_focused()
return table.concat {
gen_section("%#StatuslineNF#", {"[%n]"}),
gen_section("%#StatuslineNF#", {filename(), "%m"}),
"%=",
gen_section("%#StatuslineNF#", {"%03.p%%"}),

View File

@ -37,7 +37,6 @@ grub
gsasl
gzip
htop
iftop
imagemagick
isync
iwd
@ -46,6 +45,7 @@ libnotify
libtool
linux
linux-firmware
linux-lts
lynx
m4
make
@ -59,8 +59,6 @@ neomutt
ninja
nnn
notmuch
openvpn
openvpn-update-systemd-resolved
pacman
pacman-contrib
pam-gnupg
@ -81,6 +79,7 @@ sxhkd
sxiv
texinfo
texlab
texlive-bibtexextra
texlive-core
texlive-latexextra
transmission-cli

@ -1 +1 @@
Subproject commit 316b906bc745db0cc8779ae3f0d481a5d4a05bee
Subproject commit 800a770838d28e2430b85b28d1c907ae55cae782