Merge branch 'dev' into thesis

nvim: add treesitter support for rust
git: fetch submodules on-demand
This commit is contained in:
David JULIEN 2022-12-05 14:11:21 +01:00
commit 4493f7a73b
No known key found for this signature in database
GPG Key ID: 1DD6B2BA6DD78810
2 changed files with 2 additions and 3 deletions

View File

@ -10,10 +10,9 @@
submodulesummary = 1
[fetch]
prune = true
recurseSubmodules = on-demand
[pull]
rebase = false
[submodule]
recurse = true
[push]
recurseSubmodules = check
[alias]

View File

@ -4,7 +4,7 @@
-- Description : treesitter config file
require("nvim-treesitter.configs").setup {
ensure_installed = { "c", "lua", "python", "bash" },
ensure_installed = { "c", "lua", "python", "rust", "bash" },
ignore_install = { "javascript" },
highlight = {
enable = true,