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