Skip to content

Commit

Permalink
Fix issue: #1
Browse files Browse the repository at this point in the history
Trocado null-ls por none-ls
  • Loading branch information
samuel-cavalcanti committed Nov 6, 2023
1 parent 6e91d24 commit 9437e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/startup/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ return require('packer').startup(function(use)
}

-- formatter
use { 'jose-elias-alvarez/null-ls.nvim' }
use { 'nvimtools/none-ls.nvim' }
--
-- flutter
use { 'akinsho/flutter-tools.nvim', branch = "main", requires = 'nvim-lua/plenary.nvim' }
Expand Down

0 comments on commit 9437e3b

Please sign in to comment.