initial commit
This commit is contained in:
12
lua/plugins.lua
Normal file
12
lua/plugins.lua
Normal 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 {}
|
||||
Reference in New Issue
Block a user