mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 20:15:01 +02:00
added md renderer
This commit is contained in:
parent
e743887e2f
commit
75b6eede2f
4 changed files with 48 additions and 28 deletions
1
init.lua
1
init.lua
|
@ -33,6 +33,7 @@ require('lazy').setup({
|
|||
require 'plugins.lsp',
|
||||
require 'plugins.conform',
|
||||
require 'plugins.nvim-lint',
|
||||
require 'plugins.render-markdown',
|
||||
-- NOTE: Plugins can also be configured to run Lua code when they are loaded.
|
||||
--
|
||||
-- This is often very useful to both group configuration, as well as handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue