added plugins

This commit is contained in:
Max Reed 2024-11-20 10:15:47 +01:00
parent 2ba39c6973
commit 83cf11d0ad
13 changed files with 338 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
'jose-elias-alvarez/null-ls.nvim',
ft = { 'go', 'python' },
opts = function()
return require 'custom.configs.null-ls'
end,
}