Compare commits

..

2 commits

Author SHA1 Message Date
c2bbe6cf4a Set colorscheme early
This allows propery theming for lualine & nvim-tree
2025-02-06 21:02:42 +01:00
3b9e414e17 Fix publicly available repo URL 2025-02-06 21:02:09 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
-- {{ ansible_managed }}
require('options')
require('colorscheme')
require('lsp')
require('tree-sitter')
require('lua-line')
require('git-signs')
require('_telescope')
require('indent-blankline')
require('_nvim-tree')
require('colorscheme')
require('lua-line')
require('_source-link')

View file

@ -5,7 +5,7 @@ xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
dotfiles_repo: 'git@forgejo.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'git@forgejo.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'https://forgejo.fudiggity.nl/sonny/dotfiles.git'
neovim_plugins:
- { url: 'https://forgejo.fudiggity.nl/sonny/source-link.lua', name: 'source-link' }