1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: expanded null ls to markdown and embeded code

This commit is contained in:
2023-07-28 02:14:52 +02:00
parent 933819855f
commit edd82ee7d9
3 changed files with 61 additions and 66 deletions

View File

@@ -56,6 +56,7 @@ return require("packer").startup(function(use)
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
'jose-elias-alvarez/null-ls.nvim',
'LostNeophyte/null-ls-embedded',
'nvim-lua/plenary.nvim',
'jay-babu/mason-null-ls.nvim'}}