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 - shell
- network - network
- ansible - ansible
- python
has_battery: yes has_battery: yes
encrypt_home_stacked_fs: yes encrypt_home_stacked_fs: yes
extensions: extensions:

View file

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

View file

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

View file

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

View file

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