Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Nov 14, 2022
1 parent cb30d08 commit fc2b33f
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 389 deletions.
1 change: 0 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ reload "user.treesitter"
reload "user.neogit"
reload "user.colorizer"
reload "user.lualine"
reload "user.icons"
3 changes: 3 additions & 0 deletions ftplugin/bash.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4
vim.opt.cmdheight=1
Loading

0 comments on commit fc2b33f

Please sign in to comment.