chore(init): added plugin markdown
This commit is contained in:
parent
8c5945a038
commit
729d3679ad
4
init.lua
4
init.lua
|
@ -652,6 +652,8 @@ require('lazy').setup({
|
||||||
'jq',
|
'jq',
|
||||||
'jq-lsp',
|
'jq-lsp',
|
||||||
'json-lsp',
|
'json-lsp',
|
||||||
|
'markdownlint',
|
||||||
|
'mypy',
|
||||||
'powershell-editor-services',
|
'powershell-editor-services',
|
||||||
'prettier',
|
'prettier',
|
||||||
'shellcheck',
|
'shellcheck',
|
||||||
|
@ -942,7 +944,7 @@ require('lazy').setup({
|
||||||
--
|
--
|
||||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||||
-- { import = 'custom.plugins' },
|
{ import = 'custom.plugins' },
|
||||||
}, {
|
}, {
|
||||||
ui = {
|
ui = {
|
||||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||||
|
|
Loading…
Reference in New Issue