Compare commits

...

3 commits

Author SHA1 Message Date
Geoffrey Frogeye c8397580ec More dev here please 2021-11-11 21:54:17 +01:00
Geoffrey Frogeye 02441867aa Trust mah kayh 2021-11-11 21:53:40 +01:00
Geoffrey Frogeye 57f428f4ad Fix to accomodate Feline API change 2021-11-11 21:52:05 +01:00
5 changed files with 9 additions and 6 deletions

View file

@ -4,6 +4,7 @@ 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,3 +48,4 @@
- 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,4 +11,6 @@ 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,3 +8,4 @@ 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,10 +95,8 @@ 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', },