nvim bashls fix
This commit is contained in:
parent
be0b7a8a7e
commit
f7689b5a37
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue