Compare commits

..

No commits in common. "c8397580ec75428ec8c4d5665b74ae43d800c44a" and "e4502a30c59c8ae698dae3e6cb1c0727835ff802" have entirely different histories.

5 changed files with 6 additions and 9 deletions

View file

@ -4,7 +4,6 @@ dev_stuffs:
- shell
- network
- ansible
- python
has_battery: yes
encrypt_home_stacked_fs: yes
extensions:

View file

@ -48,4 +48,3 @@
- name: Install Geoffrey Frogeye's key
gpg_key:
fpr: 4FBA930D314A03215E2CDB0A8312C8CAC1BAC289
trust: 5

View file

@ -11,6 +11,4 @@ highlight
{% endif %}
{# For nvim's :Telescope live_grep #}
ripgrep
{# Offline documentation #}
zeal
{# EOF #}

View file

@ -8,4 +8,3 @@ python-lsp-server
python-mypy-ls
python-lsp-black
{% endif %}
ipython

View file

@ -28,8 +28,8 @@ require('feline').setup({
base0F = base16_colors.base0F,
},
components = {
active = {
{
left = {
active = {
{
provider = function() return string.format(' %d ', vim.fn.line('$')) end,
-- If you can, make it depend on the actual bar size
@ -95,8 +95,10 @@ require('feline').setup({
provider='',
hl = { bg = 'base01', fg = 'base02' },
},
},
{
}
},
right = {
active = {
{
provider='',
hl = { bg = 'base03', fg = 'base01', },