Results 35 comments of Mubtasim Fuad

Looking forward to getting this feature to add LaTeX and markdown inside the widget labels such as: `st.number_input()`, `st.checkbox()`, `st.selectbox()`, `st.button()` etc.

Any update on syncing notes on different devices?

I am having this error while installing miktex on ubuntu 22.04: ``` W: http://miktex.org/download/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details....

> You can try to store the key the "modern way" and naming the architecture explicitly. See [above](https://github.com/MiKTeX/miktex/issues/1111#issuecomment-1532829279). This way? ``` sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/miktex.gpg --keyserver hkp://keyserver.ubuntu.com:80...

I have followed the steps mentioned [here](https://github.com/benbrastmckie/.config#alacritty-tmux-and-fish-optional-1). But when I reopen Alacritty, Fish doesn't appear to be the default shell inside a Tmux window. It seems to be in default...

Another issue is, each time I run `nvim` in the terminal, it shows: ``` Error detected while processing /home/rafi/.config/nvim/init.lua: E5113: Error while calling lua chunk: /home/rafi/.config/nvim/lua/user/keymaps.l ua:33: attempt to index...

On a different Ubuntu 22.04 LTS machine, I have followed the steps up to the section [Debian Linux Installation (Configuration)](https://github.com/benbrastmckie/.config#configuration-2) so far. I am facing the following issues while running...

Thank you for the help, @benbrastmckie and @Redyf.

I am having another issue. Running `nvim` on my terminal and selecting the `Sessions`, it shows: ``` /home/rafi/.local/share/nvim/sessions is not accessible by the current user! ``` Running `ls -la /home/rafi/.local/share/nvim/sessions`...

> It may be a permissions issue. Just to be clear, do these errors appear when you run `:SessionManager save_current_session`? > .... Before getting your reply, I just created the...