all repos

init.lua @ 53bd9815918766175701e89686bbd0cec331036e

my nvim config
4 files changed, 4 insertions(+), 5 deletions(-)
chage taab size to 4 and enable git blame
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-12 23:05:37 +0200
Parent: d5125e7
M lua/options.lua

@@ -25,8 +25,8 @@ o.undofile = true

o.updatetime = 1500 o.writebackup = false o.expandtab = true -o.shiftwidth = 2 -o.tabstop = 2 +o.shiftwidth = 4 +o.tabstop = 4 o.cursorline = true o.number = true o.numberwidth = 4
M lua/plugin/dap.lua

@@ -1,4 +1,3 @@

-local nmap = require("utils").nmap local M = {} function M.setup()
M lua/plugin/gitsigns.lua

@@ -28,7 +28,7 @@ interval = 1000,

follow_files = true, }, attach_to_untracked = true, - current_line_blame = false, + current_line_blame = true, current_line_blame_opts = { virt_text = true, virt_text_pos = "eol",
M lua/plugin/telescope.lua

@@ -22,7 +22,7 @@ horizontal = { mirror = false },

vertical = { mirror = false }, }, file_ignore_patterns = { ".git", "node_modules", "__pycache__", "target", "vendor", "env", ".bin" }, - path_display = { shorten = 5 }, + -- path_display = { shorten = 5 }, winblend = 0, border = {}, borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },