From c22ea8c5ec4258303ae1a14127c87be96efd8c19 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 2 Apr 2025 16:22:11 -0400 Subject: fuck tabs --- .editorconfig | 3 +++ README.md | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 27 insertions(+), 24 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9a6cc75 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.lua] +indent_style = space +indent_size = 2 diff --git a/README.md b/README.md index 8270295..fe66a5d 100644 --- a/README.md +++ b/README.md @@ -23,33 +23,33 @@ Your neovim tabs, dropshipped into your projects "ChausseBenjamin/dropship.nvim", dependencies = "nvim-telescope/telescope.nvim", opts = { - drop_locations = { - { "Projects", "~/Workspace" }, - { "Neovim Config", "~/.config/nvim" }, - { "University", "~/Documents/school/university/current_semester" }, - }, + drop_locations = { + { "Projects", "~/Workspace" }, + { "Neovim Config", "~/.config/nvim" }, + { "University", "~/Documents/school/university/current_semester" }, + }, }, keys = { - { - "dt", - function() - require("dropship").dropship_newtab() - end, - mode = "n", - desc = "[D]ropship in a new [T]ab", - }, - { - "dh", - function() - require("dropship").dropship_current() - end, - mode = "n", - desc = "[D]ropship right [H]ere", - }, + { + "dt", + function() + require("dropship").dropship_newtab() + end, + mode = "n", + desc = "[D]ropship in a new [T]ab", + }, + { + "dh", + function() + require("dropship").dropship_current() + end, + mode = "n", + desc = "[D]ropship right [H]ere", + }, }, cmd = { - "Dropship", - "DropshipNewTab", + "Dropship", + "DropshipNewTab", } } ``` @@ -66,7 +66,7 @@ solution makes sense for me to keep all my shortcuts in sync. "ChausseBenjamin/dropship.nvim", dependencies = "nvim-telescope/telescope.nvim", opts = { - drop_locations = "~/.cache/droplist.lua" + drop_locations = "~/.cache/droplist.lua" }, -- Same as above for the rest... } -- cgit v1.2.3