From 97af93b2a8ebc89364852e3f63e9fd8cfedaeedf Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 9 Jun 2025 13:43:45 +0300 Subject: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D1=91=D0=BB=20dotfiles?= =?UTF-8?q?=20=D0=BD=D0=B0=20stow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/columns.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nvim/lua/plugins/columns.lua (limited to 'nvim/lua/plugins/columns.lua') diff --git a/nvim/lua/plugins/columns.lua b/nvim/lua/plugins/columns.lua deleted file mode 100644 index 40806e2..0000000 --- a/nvim/lua/plugins/columns.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - "m4xshen/smartcolumn.nvim", - opts = { - colorcolumn = "80", - disabled_filetypes = { "help", "text" }, - custom_colorcolumn = {}, - scope = "file", - editorconfig = true, - }, -} -- cgit v1.2.3