abh - HTMLify profile

abh
501 Files
102263 Views
Latest files of /abh/nvim/lua/plugins
return {
{
'saghen/blink.cmp',
-- optional: provides snippets for the snippet source
-- dependencies = 'rafamadriz/friendly-snippets',
version = '*',
---@module 'blink.cmp'
{
'saghen/blink.cmp',
-- optional: provides snippets for the snippet source
-- dependencies = 'rafamadriz/friendly-snippets',
version = '*',
---@module 'blink.cmp'
return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = { "lua" }, -- Install Lua parser
highlight = { enable = true }, -- Enable syntax highlighting
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = { "lua" }, -- Install Lua parser
highlight = { enable = true }, -- Enable syntax highlighting
return {
{
"scrooloose/nerdtree",
keys = {
{ "<F2>", ":NERDTreeToggle<CR>", mode = "n", desc = "Toggle NERDTree" },
}
}
}
{
"scrooloose/nerdtree",
keys = {
{ "<F2>", ":NERDTreeToggle<CR>", mode = "n", desc = "Toggle NERDTree" },
}
}
}
return {
{
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
dependencies = {
"nvim-telescope/telescope.nvim",
-- "ibhagwan/fzf-lua",
"nvim-lua/plenary.nvim",
{
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
dependencies = {
"nvim-telescope/telescope.nvim",
-- "ibhagwan/fzf-lua",
"nvim-lua/plenary.nvim",
return {
{
'neovim/nvim-lspconfig',
dependencies = { 'saghen/blink.cmp' },
opts = {
servers = {
-- Fortran
{
'neovim/nvim-lspconfig',
dependencies = { 'saghen/blink.cmp' },
opts = {
servers = {
-- Fortran
return {
{
"junegunn/fzf.vim",
dependencies = { "junegunn/fzf" },
init = function()
-- Set FZF command prefix
vim.g.fzf_command_prefix = "Fzf"
end,
{
"junegunn/fzf.vim",
dependencies = { "junegunn/fzf" },
init = function()
-- Set FZF command prefix
vim.g.fzf_command_prefix = "Fzf"
end,
return {
{
"Yggdroot/indentLine",
config = function ()
vim.g.indentLine_char = "β"
-- vim.g.indentLine_char_list = {'βΈ½', 'π', 'β', '4'}
-- vim.g.indentLine_char_list = {'π©', 'πͺ', 'π«', '}
end,
{
"Yggdroot/indentLine",
config = function ()
vim.g.indentLine_char = "β"
-- vim.g.indentLine_char_list = {'βΈ½', 'π', 'β', '4'}
-- vim.g.indentLine_char_list = {'π©', 'πͺ', 'π«', '}
end,
return {
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
}
}
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
}
}
return {
{
"MunifTanjim/nui.nvim",
commit = "8d3bce9764e627b62b07424e0df77f680d47ffdb"
}
}
{
"MunifTanjim/nui.nvim",
commit = "8d3bce9764e627b62b07424e0df77f680d47ffdb"
}
}