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

View file

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

View file

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