development/vars/main.yml
2024-10-06 08:02:27 +02:00

48 lines
1.8 KiB
YAML

ansible_connection: local
ansible_python_interpreter: '/usr/bin/env python'
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
neovim_plugins:
- { url: 'https://github.com/nvim-tree/nvim-tree.lua', name: 'nvim-tree' }
- {
url: 'https://github.com/nvim-tree/nvim-web-devicons', name: 'nvim-tree-icons'
}
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
- { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' }
- { url: 'https://github.com/hrsh7th/cmp-nvim-lsp/', name: 'cmp-nvim-lsp' }
- { url: 'https://github.com/nvim-treesitter/nvim-treesitter', name: 'nvim-treesitter' }
- { url: 'https://github.com/nvim-lua/plenary.nvim', name: 'plenary.nvim' }
- {
url: 'https://github.com/nvim-telescope/telescope-fzf-native.nvim',
name: 'telescope-fzf-native.nvim',
}
- {
url: 'https://github.com/nvim-telescope/telescope.nvim',
name: 'telescope.nvim',
version: '0.1.x',
}
- { url: 'https://github.com/L3MON4D3/LuaSnip', name: 'luasnip', version: 'v1.0.0' }
- {
url: 'https://github.com/lewis6991/gitsigns.nvim',
name: 'gitsigns.nvim',
version: 'v0.9.0',
}
- { url: 'https://github.com/nvim-lualine/lualine.nvim', name: 'lualine' }
- {
url: 'https://github.com/lukas-reineke/indent-blankline.nvim',
name: 'indent-blankline.nvim',
version: 'v3.7.2',
}
- {
url: 'https://github.com/projekt0n/github-nvim-theme.git',
name: 'github-colors',
version: 'v1.1.2',
}
gitlab_domain: 'git.fudiggity.nl'
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINh/SlWqWmH2FG+duiJkkSpq0Fm+wUAmc//4/CbzbX5+'