1
0
Fork 0

nvim bashls fix

This commit is contained in:
Luca Bilke 2024-03-12 19:49:56 +01:00
parent be0b7a8a7e
commit f7689b5a37
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ conf.handlers.sourcery = {
conf.handlers.bashls = {
settings = {
bashIde = {
shellcheckPath = vim.fn.stdpath("data") .. "mason/bin/shellcheck",
shellcheckPath = vim.fn.stdpath("data") .. "/mason/bin/shellcheck",
},
},
}

View file

@ -2,3 +2,4 @@ Continue checking for old keymaps
Configure Todo Telescope integration etc.
Figure out why the theme breaks when you install a plugin
Indicate if various lsp toggles are active
map q to toggle the terminal in taolf