mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update plugin load conf
This commit is contained in:
parent
9400ab1330
commit
ed08fe1cb4
@ -127,7 +127,6 @@ require("packer").startup({
|
|||||||
use({ "akinsho/bufferline.nvim", event = "VimEnter", config = [[require('config.bufferline')]] })
|
use({ "akinsho/bufferline.nvim", event = "VimEnter", config = [[require('config.bufferline')]] })
|
||||||
|
|
||||||
-- fancy start screen
|
-- fancy start screen
|
||||||
use({ "mhinz/vim-startify", opt = true, setup = [[vim.cmd('packadd vim-startify')]]})
|
|
||||||
use({ "lukas-reineke/indent-blankline.nvim", event = "VimEnter", config = [[require('config.indent-blankline')]] })
|
use({ "lukas-reineke/indent-blankline.nvim", event = "VimEnter", config = [[require('config.indent-blankline')]] })
|
||||||
|
|
||||||
-- Highlight URLs inside vim
|
-- Highlight URLs inside vim
|
||||||
@ -148,7 +147,7 @@ require("packer").startup({
|
|||||||
-- plugin to manage your tags
|
-- plugin to manage your tags
|
||||||
use({"ludovicchabant/vim-gutentags", event = "VimEnter"})
|
use({"ludovicchabant/vim-gutentags", event = "VimEnter"})
|
||||||
-- show file tags in vim window
|
-- show file tags in vim window
|
||||||
use({"liuchengxu/vista.vim", event = "VimEnter"})
|
use({"liuchengxu/vista.vim", cmd = "Vista"})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Snippet engine and snippet template
|
-- Snippet engine and snippet template
|
||||||
@ -307,9 +306,6 @@ require("packer").startup({
|
|||||||
use({"ojroques/vim-oscyank", cmd = {'OSCYank', 'OSCYankReg'}})
|
use({"ojroques/vim-oscyank", cmd = {'OSCYank', 'OSCYankReg'}})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- REPL for nvim
|
|
||||||
use({ "hkupty/iron.nvim", event = 'BufEnter', config = [[require('config.iron')]] })
|
|
||||||
|
|
||||||
-- The missing auto-completion for cmdline!
|
-- The missing auto-completion for cmdline!
|
||||||
use({"gelguy/wilder.nvim", opt = true, setup = [[vim.cmd('packadd wilder.nvim')]]})
|
use({"gelguy/wilder.nvim", opt = true, setup = [[vim.cmd('packadd wilder.nvim')]]})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user