diff options
| author | pml68 <contact@pml68.me> | 2024-08-26 00:19:22 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-26 00:19:22 +0200 |
| commit | 18b24ca0a27c2e9f88b66ca7664672e178a3e5e3 (patch) | |
| tree | ba7b2c2d644bfd4e4076ebd999cabef534ffbe83 /lua/pml68/configs/settings | |
| parent | feat: change LSP settings (diff) | |
| download | nvim-18b24ca0a27c2e9f88b66ca7664672e178a3e5e3.tar.gz | |
refactor: use the "official" configuration for termux ls instead of whatever I threw together
Diffstat (limited to 'lua/pml68/configs/settings')
| -rw-r--r-- | lua/pml68/configs/settings/bashls.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/pml68/configs/settings/bashls.lua b/lua/pml68/configs/settings/bashls.lua deleted file mode 100644 index 34360b3..0000000 --- a/lua/pml68/configs/settings/bashls.lua +++ /dev/null @@ -1,6 +0,0 @@ -vim.lsp.start({ - cmd = { "termux-language-server" }, - root_dir = vim.fn.getcwd(), -}) - -return {} |
