Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #415 from edwintorok/doom-fixes
Browse files Browse the repository at this point in the history
colorscheme, terminal and luacheck fixes
  • Loading branch information
NTBBloodbath committed Oct 27, 2023
2 parents c9b699d + de741e4 commit 96fc428
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/doom/modules/features/indentlines/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ indentlines.packages = {
["indent-blankline.nvim"] = {
"lukas-reineke/indent-blankline.nvim",
commit = "c4c203c3e8a595bc333abaf168fcb10c13ed5fb7",
event = "ColorScheme",
},
}

Expand Down
8 changes: 8 additions & 0 deletions lua/doom/modules/features/terminal/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ terminal.binds = {
},
}

terminal.autocmds = {
{
"TermOpen",
"*",
"setlocal laststatus=0 noshowmode noruler nonumber norelativenumber",
},
}

return terminal

0 comments on commit 96fc428

Please sign in to comment.