From 189d244d36d4ebb2189b698adb21f51cf1c4176a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:22:12 +0200 Subject: Revert "Normalize line endings" This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c. --- nvim/lua/plugins/editing.lua | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'nvim/lua/plugins/editing.lua') diff --git a/nvim/lua/plugins/editing.lua b/nvim/lua/plugins/editing.lua index 38e651c..b9f9283 100644 --- a/nvim/lua/plugins/editing.lua +++ b/nvim/lua/plugins/editing.lua @@ -1,32 +1,32 @@ -return { - { - "tpope/vim-repeat", - event = "VeryLazy", - }, - - { - "tpope/vim-surround", -- alternative: "kylechui/nvim-surround" - event = "VeryLazy", - }, - - { - "romainl/vim-cool", - event = "VeryLazy", - }, - - { - "windwp/nvim-autopairs", - event = "InsertEnter", - config = true, - }, - - { - "windwp/nvim-ts-autotag", - event = "InsertEnter", - }, - - { - "preservim/vim-markdown", - ft = "markdown", - }, -} +return { + { + "tpope/vim-repeat", + event = "VeryLazy", + }, + + { + "tpope/vim-surround", -- alternative: "kylechui/nvim-surround" + event = "VeryLazy", + }, + + { + "romainl/vim-cool", + event = "VeryLazy", + }, + + { + "windwp/nvim-autopairs", + event = "InsertEnter", + config = true, + }, + + { + "windwp/nvim-ts-autotag", + event = "InsertEnter", + }, + + { + "preservim/vim-markdown", + ft = "markdown", + }, +} -- cgit v1.3