summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/columns.lua
diff options
context:
space:
mode:
author2025-06-09 13:43:45 +0300
committer2025-06-09 13:55:38 +0300
commit97af93b2a8ebc89364852e3f63e9fd8cfedaeedf (patch)
tree27e2added74ee6c0ff91c9e7927491c661a8bb36 /nvim/lua/plugins/columns.lua
parent04.06.2025 (diff)
downloaddotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.gz
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.bz2
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.xz
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.zip
Перевёл dotfiles на stow
Diffstat (limited to 'nvim/lua/plugins/columns.lua')
-rw-r--r--nvim/lua/plugins/columns.lua10
1 files changed, 0 insertions, 10 deletions
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,
- },
-}