Add tree-sitter & telescope setup
This commit is contained in:
parent
ba225a09a7
commit
0e6d5bdff0
2 changed files with 13 additions and 0 deletions
|
|
@ -84,3 +84,7 @@
|
||||||
src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/options.lua',
|
src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/options.lua',
|
||||||
dest: '{{ xdg_config_dir }}/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',
|
||||||
|
}
|
||||||
|
|
|
||||||
9
vars.yml
9
vars.yml
|
|
@ -14,6 +14,8 @@ packages:
|
||||||
- fuse-overlayfs
|
- fuse-overlayfs
|
||||||
- ttf-ibm-plex
|
- ttf-ibm-plex
|
||||||
- slirp4netns
|
- slirp4netns
|
||||||
|
- tree-sitter
|
||||||
|
- ripgrep
|
||||||
|
|
||||||
aur_packages:
|
aur_packages:
|
||||||
- { url: 'https://aur.archlinux.org/rootlesskit.git', name: 'rootlesskit' }
|
- { 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/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
|
||||||
- { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' }
|
- { 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/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_domain: 'git.fudiggity.nl'
|
||||||
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue