isort config and added new plugin
This commit is contained in:
parent
bf13999f9d
commit
5f62e78d67
2 changed files with 5 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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.
|
||||||
|
|
|
||||||
4
lua/custom/plugins/telekasten.lua
Normal file
4
lua/custom/plugins/telekasten.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
'renerocksai/telekasten.nvim',
|
||||||
|
dependencies = { 'nvim-telescope/telescope.nvim' },
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue