From cdb6ede5cc21e0ea14140ea79cec68ac37a8bf0b Mon Sep 17 00:00:00 2001 From: "Diego Miguel M. Villamil" Date: Thu, 26 Sep 2024 19:00:03 +0800 Subject: [PATCH] sitiom/nvim-numbertoggle --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 06c381f9..6094bf5f 100644 --- a/init.lua +++ b/init.lua @@ -614,7 +614,7 @@ require('lazy').setup({ formatters_by_ft = { lua = { 'stylua' }, -- Conform can also run multiple formatters sequentially - python = { 'isort', 'black' }, + -- python = { 'isort', 'black' }, -- -- You can use 'stop_after_first' to run the first available formatter from the list -- javascript = { "prettierd", "prettier", stop_after_first = true }, @@ -790,6 +790,7 @@ require('lazy').setup({ -- Check out: https://github.com/echasnovski/mini.nvim end, }, + { 'sitiom/nvim-numbertoggle' }, { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate',