mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +02:00
nvim: lazy load more plugins.
This commit is contained in:
parent
b80f1c0db6
commit
b3add4670f
4 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ return {
|
||||||
-- Snippets
|
-- Snippets
|
||||||
{
|
{
|
||||||
"L3MON4D3/LuaSnip",
|
"L3MON4D3/LuaSnip",
|
||||||
|
lazy = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
"rafamadriz/friendly-snippets",
|
"rafamadriz/friendly-snippets",
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ return {
|
||||||
"nvim-telescope/telescope-ui-select.nvim",
|
"nvim-telescope/telescope-ui-select.nvim",
|
||||||
"sharkdp/fd",
|
"sharkdp/fd",
|
||||||
},
|
},
|
||||||
|
cmd = "Telescope",
|
||||||
opts = function()
|
opts = function()
|
||||||
local utils = require("user.utils.telescope")
|
local utils = require("user.utils.telescope")
|
||||||
local actions = require("telescope.actions")
|
local actions = require("telescope.actions")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
'MeanderingProgrammer/render-markdown.nvim',
|
'MeanderingProgrammer/render-markdown.nvim',
|
||||||
|
ft = { "markdown" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-tree/nvim-web-devicons',
|
'nvim-tree/nvim-web-devicons',
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ return {
|
||||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
|
cmd = "Neotree",
|
||||||
opts = {
|
opts = {
|
||||||
-- hide_root_node = true,
|
-- hide_root_node = true,
|
||||||
popup_border_style = 'solid',
|
popup_border_style = 'solid',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue