Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/nvim/lua/plugins/

aneo.lua /abh/nvim/lua/plugins/aneo.lua
239 Views
0 Comments
return {
{
"amanbabuhemant/aneo.nvim",
opts = {
}
}
}

blink.lua /abh/nvim/lua/plugins/blink.lua
446 Views
0 Comments
return {
{
'saghen/blink.cmp',
-- optional: provides snippets for the snippet source
-- dependencies
fzf.lua /abh/nvim/lua/plugins/fzf.lua
288 Views
0 Comments
return {
{
"junegunn/fzf.vim",
dependencies = { "junegunn/fzf" },
init = function()
-- S
indent_line.lua /abh/nvim/lua/plugins/indent_line.lua
289 Views
0 Comments
return {
{
"Yggdroot/indentLine",
config = function ()
vim.g.indentLine_char = "│"
-
indentmini.lua /abh/nvim/lua/plugins/indentmini.lua
89 Views
0 Comments
return {
"nvimdev/indentmini.nvim",
config = function()
require("indentmini").setup{
minlevel = 2,

leetcode.lua /abh/nvim/lua/plugins/leetcode.lua
424 Views
0 Comments
return {
{
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed

lsp_config.lua /abh/nvim/lua/plugins/lsp_config.lua
345 Views
0 Comments
return {
{
'neovim/nvim-lspconfig',
dependencies = { 'saghen/blink.cmp' },
opts = {
serv
nerdtree.lua /abh/nvim/lua/plugins/nerdtree.lua
336 Views
0 Comments
return {
{
"scrooloose/nerdtree",
keys = {
{ "<F2>", ":NERDTreeToggle<CR>", mode = "n", desc = "
nui.lua /abh/nvim/lua/plugins/nui.lua
314 Views
0 Comments
return {
{
"MunifTanjim/nui.nvim",
commit = "8d3bce9764e627b62b07424e0df77f680d47ffdb"
}
}

telescope.lua /abh/nvim/lua/plugins/telescope.lua
287 Views
0 Comments
return {
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
}
}

treesitter.lua /abh/nvim/lua/plugins/treesitter.lua
314 Views
0 Comments
return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
r