Results 15 comments of Ihsan Tonuzi

What's the purpose of vim-sleuth if this in an option in vim

I don't think there is a bug your config is similar to the [default config](https://github.com/nvim-lualine/lualine.nvim?tab=readme-ov-file#default-configuration). 'lsp_progress' is not a component (here are [available components](https://github.com/nvim-lualine/lualine.nvim?tab=readme-ov-file#available-components)). You can move Gitsigns to dependencies...

add `globals = { 'vim' },` to the diagnostics section of your lua_ls server

@feketegy did this resolve your issue? if yes please close this issue

my bad it should be globals instead of global; ill update my comment above to reflect this as well.

Messing around with this and found that this will not respect the lsp_format = "fallback" option in the conform.nvim config. To replicate: 1. comment out the stylua formatter line from...

> > Messing around with this and found that this will not respect the lsp_format = "fallback" option in the conform.nvim config. To replicate: > > ``` > > 1....

I think this should be a overall comment that users can uncomment if they want this change.

I appreciate the overall addition, but I wanted to make it optional for caution's sake. This way, users can experience the default debugging setup first and choose to add features...

To avoid overwhelming new users, it's important to keep the setup simple and compact. While additional plugins can enhance functionality, they may complicate the initial experience. If we add these...