diff --git a/tasks/neovim.yml b/tasks/neovim.yml index bb36a41..9241aba 100644 --- a/tasks/neovim.yml +++ b/tasks/neovim.yml @@ -84,3 +84,7 @@ src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/options.lua', dest: '{{ xdg_config_dir }}/nvim/lua/options.lua', } + - { + src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/tree-sitter.lua', + dest: '{{ xdg_config_dir }}/nvim/lua/tree-sitter.lua', + } diff --git a/vars.yml b/vars.yml index 196ce50..d5a91f0 100644 --- a/vars.yml +++ b/vars.yml @@ -14,6 +14,8 @@ packages: - fuse-overlayfs - ttf-ibm-plex - slirp4netns + - tree-sitter + - ripgrep aur_packages: - { url: 'https://aur.archlinux.org/rootlesskit.git', name: 'rootlesskit' } @@ -39,6 +41,13 @@ vim_plugins: - { 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' } gitlab_domain: 'git.fudiggity.nl' gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'