2024-03-09 11:03:44 -05:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"stevearc/conform.nvim",
|
2024-03-26 05:44:58 -04:00
|
|
|
-- event = 'BufWritePre', -- uncomment for format on save
|
2024-07-28 20:06:46 -04:00
|
|
|
opts = require "configs.conform",
|
|
|
|
},
|
|
|
|
|
|
|
|
-- These are some examples, uncomment them if you want to see them work!
|
|
|
|
{
|
|
|
|
"neovim/nvim-lspconfig",
|
2024-03-09 11:03:44 -05:00
|
|
|
config = function()
|
2024-07-28 20:06:46 -04:00
|
|
|
require "configs.lspconfig"
|
2024-03-09 11:03:44 -05:00
|
|
|
end,
|
|
|
|
},
|
|
|
|
|
2024-03-17 21:04:01 -04:00
|
|
|
-- {
|
|
|
|
-- "nvim-treesitter/nvim-treesitter",
|
|
|
|
-- opts = {
|
|
|
|
-- ensure_installed = {
|
2024-03-24 12:45:42 -04:00
|
|
|
-- "vim", "lua", "vimdoc",
|
2024-03-17 21:04:01 -04:00
|
|
|
-- "html", "css"
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- },
|
2024-03-09 11:03:44 -05:00
|
|
|
}
|