Raul Rodrigues de Oliveira

Results 14 comments of Raul Rodrigues de Oliveira

I'm getting a similar error with enhanced signs. Although signs display correctly in the world the edit sign screen looks like this: ![image](https://user-images.githubusercontent.com/35671374/180693159-171bb48d-a4de-49d9-adb9-e933a75d1329.png) This only happens with modded signs,

Yeah but as I test modpacks by playing them in survival for long periods of time I don't need it on all the time. But when I do I'd prefer...

> I managed to run mopidy as a service with pipewire-pulse using this line > `output = pulsesink server=127.0.0.1:4713` > and setting the reported block below in `/etc/pipewire/pipewire-pulse.conf` > >...

I'm guessing you'd need a separate operation for getting the commit or release version of a specific server. I don't think this would be hard with servers downloaded from github...

I've tested with `g:which_key_use_floating_win=0` and there is no problem since which-key uses its own popup window, but I currently use `g:which_key_use_floating_win=1`.

minimal rc: ```lua require('nvim-treesitter.configs').setup { highlight = { enable = true } } vim.wo.number = true vim.g.mapleader = ' ' -- Map leader to spacebar vim.api.nvim_set_keymap('n', '', ':WhichKey ""', {noremap...

Well in neovim it would be the same as loading any regular init.vim, but here is the vimscript version ```vim lua

Did you install the rust parser with `:TSInstall rust`? If so then maybe [this](https://github.com/nvim-treesitter/nvim-treesitter/issues/994#issuecomment-805213716) solves it?

> This originally confused me because I thought such a method already exists. It does but is limited to adjacent panes, which your example simply duplicates albeit with a different...

I was aware of this action and I even referenced it as I was figuring out swap_active_with_index. It didn't fit my needs however. I can see it overlapping with pane...