all repos

init.lua @ e52f51fce3604180035171878d1e07f348e99e5e

my nvim config

init.lua/after/ftplugin/sh.lua(view raw)

1
2
3
4
5
6
7
local map = require("core.utils").map

vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2

map("n", "<localleader>x", ":!chmod +x %<CR><CR>", true)