Matthias Baur
Matthias Baur
Thanks! :) > ruby just uses *.rb file extensions right? Does it use any others others? Not that I'm aware of. *.rb should be find for the beginning. > I...
I'm now seen `[doom] ^I/Users/mbaur/.config/nvim/init.lua:16: in main chunk` wenn opening a *.tf file :)
@connorgmeehan Sure! How do I get it? 🙈
Thanks! :) Here's the error: ``` [doom] [ERROR 09:09:37] config.lua:83: There was an error loading module 'langs.dockerfile'. Traceback: [doom] module 'doom.modules.langs.dockerfile' not found: [doom] ^Ino field package.preload['doom.modules.langs.dockerfile'] [doom] ^Ino file...
As you know, I'm currently a user of the develop branch ;) Disabling snippets there leads to: ``` [doom] ^I/Users/mbaur/.config/nvim/init.lua:16: in main chunk packer.nvim: Error running config for LuaSnip: [string...
Can you please reopen this issue? Seems I'm not allowed to :(
Ah, so this error popups up because lsp is now enabled by default for all languages unlike in the current stable where lsp is disable for lua by default? Does...
You can get the latest version (last commit from default branch) on Arch Linux through AUR libimobiledevice-git: ```bash yay --aur libimobiledevice-git ``` Still, I'd like to support the request of...
Thanks! :) `sudo` is used here: ```bash $ curl -s https://kots.io/install | grep sudo mv $TMP_BIN $OUT_DIR/kubectl-$PROG 2>/dev/null || sudo mv $TMP_BIN $OUT_DIR/kubectl-$PROG || fail "mv failed" #FINAL STEP! ```
Just wanted to report that I'm experiencing the same issues since ~6 months on Arch Linux. Currently running gpaste 3.42.6-1 on Gnome 41.3-1. My workaround is to `killall gpaste-daemon` and...