Changed to nvchad

This commit is contained in:
2023-06-08 16:31:50 +02:00
parent a12f9c63c4
commit 7064af4558
12 changed files with 354 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ return {
"python",
"dockerfile",
"cpp",
"rust",
})
end,
}

View File

@@ -50,4 +50,5 @@ return {
event = "InsertEnter",
config = function() require("copilot_cmp").setup() end,
},
'simrat39/rust-tools.nvim'
}