chore: add elixir syntax highlighter, update neovim

This commit is contained in:
Ivan R. 2024-05-27 12:51:11 +05:00
parent 975d0afc31
commit 8761483509
Signed by: lumin
GPG key ID: E0937DC7CD6D3817
3 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,10 @@ require("lazy").setup({
-- Lualine
{ 'nvim-lualine/lualine.nvim' },
-- Gruvbox theme
{ 'ellisonleao/gruvbox.nvim' },
{
'ellisonleao/gruvbox.nvim',
tag = '2.0.0',
},
-- Telescope
{
@ -31,7 +34,7 @@ require("lazy").setup({
-- Nvim-treesitter
{
'nvim-treesitter/nvim-treesitter',
tag = 'v0.9.1',
tag = 'v0.9.2',
init = function()
local ts_update = require('nvim-treesitter.install').update({ with_sync = true })
ts_update()

View file

@ -10,6 +10,7 @@ configs.setup {
"diff",
"dockerfile",
"dot",
"elixir",
"gdscript",
"gitcommit", "gitignore", "gitattributes", "git_rebase", "git_config",
"go", "gomod",

View file

@ -7,7 +7,7 @@
ansible.builtin.git:
repo: https://github.com/neovim/neovim
dest: "{{ ansible_env.HOME }}/src/neovim"
version: v0.9.5
version: v0.10.0
- name: Install build dependencies
when: not stat_result.stat.exists
become: true