diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-09 13:33:59 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-09 13:33:59 +0100 |
| commit | e15e3accdc945346e7a871c8c93fa3a47aa59a28 (patch) | |
| tree | a988f7f85c5cdad9fe04a4219bad2210e0ab6915 /nvim/lua | |
| parent | e7604108f81c4c717a10dcf054bfa370904fc129 (diff) | |
| download | dotfiles-e15e3accdc945346e7a871c8c93fa3a47aa59a28.tar.gz dotfiles-e15e3accdc945346e7a871c8c93fa3a47aa59a28.tar.bz2 dotfiles-e15e3accdc945346e7a871c8c93fa3a47aa59a28.zip | |
Bootstrap: Reformat code & Tippfehler
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/plugins/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 4872a25..69ba9df 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua | |||
| @@ -23,7 +23,7 @@ return { | |||
| 23 | vim.lsp.config.bashls = { | 23 | vim.lsp.config.bashls = { |
| 24 | settings = { | 24 | settings = { |
| 25 | bashIde = { | 25 | bashIde = { |
| 26 | shellcheck = { -- pkg install hs-ShellSheck | 26 | shellcheck = { -- pkg install hs-ShellCheck |
| 27 | enable = true, | 27 | enable = true, |
| 28 | severity = { | 28 | severity = { |
| 29 | error = "error", | 29 | error = "error", |
