initial commit

This commit is contained in:
2025-08-05 00:16:13 +03:00
commit 4c7269dad4
7 changed files with 124 additions and 0 deletions

12
lua/plugins.lua Normal file
View File

@@ -0,0 +1,12 @@
vim.pack.add {
"https://github.com/NMAC427/guess-indent.nvim",
"https://github.com/hiphish/rainbow-delimiters.nvim",
"https://github.com/nvim-treesitter/nvim-treesitter",
"https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
"https://github.com/neovim/nvim-lspconfig",
"https://github.com/folke/tokyonight.nvim",
"https://github.com/echasnovski/mini.pick",
"https://github.com/stevearc/oil.nvim",
}
require "guess-indent".setup {}