Initial Ubuntu i3wm dotfiles

This commit is contained in:
2026-01-29 23:19:44 +05:30
commit 75a6027f67
40 changed files with 2261 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
return {
"nvim-treesitter/nvim-treesitter",
event = { "BufReadPost", "BufNewFile" },
build = function()
pcall(vim.cmd, "TSUpdate")
end,
opts = {
ensure_installed = {
"lua",
"python",
"c",
"cpp",
"bash",
"json",
"markdown",
},
highlight = { enable = true },
indent = { enable = true },
},
}