isort config and added new plugin

This commit is contained in:
Jain Vibhor 2024-05-18 23:13:04 +02:00
parent bf13999f9d
commit 5f62e78d67
2 changed files with 5 additions and 1 deletions

View File

@ -626,7 +626,7 @@ require('lazy').setup({
formatters_by_ft = { formatters_by_ft = {
lua = { 'stylua' }, lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, python = { 'isort' },
-- --
-- You can use a sub-list to tell conform to run *until* a formatter -- You can use a sub-list to tell conform to run *until* a formatter
-- is found. -- is found.

View File

@ -0,0 +1,4 @@
return {
'renerocksai/telekasten.nvim',
dependencies = { 'nvim-telescope/telescope.nvim' },
}