diff options
| author | pml68 <contact@pml68.me> | 2024-07-20 01:55:43 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-07-20 01:55:43 +0200 |
| commit | 06e947063886a179b7a9671e4a0fdd027bc31091 (patch) | |
| tree | 2197ba42ea2d48bd5001a5479c24371a68eced00 /lua/pml68/configs | |
| parent | feat: set <Tab> to jump to last window (diff) | |
| download | nvim-06e947063886a179b7a9671e4a0fdd027bc31091.tar.gz | |
style: formatting
Diffstat (limited to 'lua/pml68/configs')
| -rw-r--r-- | lua/pml68/configs/settings/bashls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/configs/settings/bashls.lua b/lua/pml68/configs/settings/bashls.lua index fc8ee11..34360b3 100644 --- a/lua/pml68/configs/settings/bashls.lua +++ b/lua/pml68/configs/settings/bashls.lua @@ -1,5 +1,5 @@ vim.lsp.start({ - cmd = {"termux-language-server"}, + cmd = { "termux-language-server" }, root_dir = vim.fn.getcwd(), }) |
