Skip to content

Commit

Permalink
feat(nvim): nerdy.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Jun 25, 2024
1 parent be8a403 commit 1658fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions root/.config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,16 @@ return {
"nvim-tree/nvim-web-devicons",
"nvim-telescope/telescope-bibtex.nvim",
-- "benfowler/telescope-luasnip.nvim",
"2kabhishek/nerdy.nvim",
},
config = plugins_setup.telescope,
},
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
-- nerdfont cheatsheet: https://www.nerdfonts.com/cheat-sheet
{
"2kabhishek/nerdy.nvim",
cmd = "Nerdy",
},
{
"williamboman/mason.nvim",
config = plugins_setup.mason,
Expand Down
1 change: 1 addition & 0 deletions root/.config/nvim/lua/plugins_setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function M.telescope()
telescope.load_extension("session-lens")
telescope.load_extension("bibtex")
-- telescope.load_extension("luasnip")
require('telescope').load_extension('nerdy')
end

function M.mason()
Expand Down

0 comments on commit 1658fad

Please sign in to comment.