Prettier
This commit is contained in:
parent
2c05cdb24d
commit
ec67d2ab1c
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
@ -142,7 +142,7 @@ defaults = {lazy = true},
|
||||||
{'lewis6991/gitsigns.nvim', config = true, event = 'VeryLazy'},
|
{'lewis6991/gitsigns.nvim', config = true, event = 'VeryLazy'},
|
||||||
{'ryanoasis/vim-devicons', event = 'VeryLazy'},
|
{'ryanoasis/vim-devicons', event = 'VeryLazy'},
|
||||||
{'nvim-tree/nvim-web-devicons', event = 'VeryLazy'},
|
{'nvim-tree/nvim-web-devicons', event = 'VeryLazy'},
|
||||||
{'williamboman/mason.nvim', event = 'BufRead', cmd = {'Mason', 'MasonInstall'},},
|
{'williamboman/mason.nvim', event = 'BufRead', cmd = {'Mason', 'MasonInstall'}, },
|
||||||
{'neovim/nvim-lspconfig', event = 'LspAttach'},
|
{'neovim/nvim-lspconfig', event = 'LspAttach'},
|
||||||
{'williamboman/mason-lspconfig.nvim', event = 'LspAttach'},
|
{'williamboman/mason-lspconfig.nvim', event = 'LspAttach'},
|
||||||
{'mfussenegger/nvim-dap', event = 'LspAttach'},
|
{'mfussenegger/nvim-dap', event = 'LspAttach'},
|
||||||
|
@ -183,6 +183,7 @@ defaults = {lazy = true},
|
||||||
{'monaqa/dial.nvim', event = 'VeryLazy'},
|
{'monaqa/dial.nvim', event = 'VeryLazy'},
|
||||||
{'tpope/vim-repeat', event = 'VeryLazy'},
|
{'tpope/vim-repeat', event = 'VeryLazy'},
|
||||||
{'nvim-zh/colorful-winsep.nvim', config = true, event = 'WinNew'},
|
{'nvim-zh/colorful-winsep.nvim', config = true, event = 'WinNew'},
|
||||||
|
{'prettier/vim-prettier', event = 'BufRead'},
|
||||||
{'vim-jp/vimdoc-ja', ft = 'help'},
|
{'vim-jp/vimdoc-ja', ft = 'help'},
|
||||||
|
|
||||||
--non-lazy
|
--non-lazy
|
||||||
|
|
Loading…
Reference in a new issue