]>
git.madduck.net Git - etc/lazyvim.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
d82ac31 )
+let g:table_mode_corner = '|'
+
if !exists("g:markdown_in_mail")
setlocal wrap
setlocal linebreak
if !exists("g:markdown_in_mail")
setlocal wrap
setlocal linebreak
"tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
"trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" },
"ts-comments.nvim": { "branch": "main", "commit": "1bd9d0ba1d8b336c3db50692ffd0955fe1bb9f0c" },
"tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
"trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" },
"ts-comments.nvim": { "branch": "main", "commit": "1bd9d0ba1d8b336c3db50692ffd0955fe1bb9f0c" },
+ "vim-table-mode": { "branch": "master", "commit": "9ac358083943f6339fc304a6e218b634fd1e30bd" },
"which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }
}
"which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }
}
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
+vim.g.mapleader = ";"
+vim.g.maplocalleader = vim.g.mapleader
+
local opt = vim.opt
opt.confirm = false
local opt = vim.opt
opt.confirm = false
--- /dev/null
+return {
+ {
+ "dhruvasagar/vim-table-mode",
+ version = "*",
+ event = "VeryLazy",
+ },
+}
!/.config/lazyvim/lua/config/options.lua
!/.config/lazyvim/lua/plugins/disabled.lua
!/.config/lazyvim/lua/plugins/example.lua
!/.config/lazyvim/lua/config/options.lua
!/.config/lazyvim/lua/plugins/disabled.lua
!/.config/lazyvim/lua/plugins/example.lua
+!/.config/lazyvim/lua/plugins/vim-table-mode.lua
!/.config/lazyvim/options.lua
!/.config/lazyvim/plugin/colorscheme.lua
!/.config/lazyvim/plugin/disable_smooth_scroll.lua
!/.config/lazyvim/options.lua
!/.config/lazyvim/plugin/colorscheme.lua
!/.config/lazyvim/plugin/disable_smooth_scroll.lua