Abouzar Parvan
Abouzar Parvan
this is what it looks like on my system 
can you try adding this to your config and see if it gets better or not? ```lua lvim.plugins = { { "nvim-telescope/telescope-fzf-native.nvim", run = "make", after = "telescope.nvim", config =...
ok you might wanna create an issue in the [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) repo for that, cause we are just calling ```lua M = { "Telescope man_pages", "Man Pages" }, ```
> config.lua > lvim.builtin.which_key.mappings.s.M = { "Telescope man_pages sections=1,2,3,4,7,", "Man Pages" } > after changing this mapping i can find the man pages but browsing and opening man pages using...
it might be because of how we've mapped `` https://github.com/LunarVim/LunarVim/blob/42529e1c4f55824534184ec0658f0eefb328ac3d/lua/lvim/core/cmp.lua#L294-L305 you can change this behavior by adding this to your config ```lua local cmp = require("cmp") lvim.builtin.cmp.mapping[''] =cmp.mapping.preset.insert(cmp.mapping.confirm({ select =...
can you try adding this to your `~/.config/lvim/config.lua`? ```lua lvim.builtin.treesitter.context_commentstring.enable_autocmd = false ``` cc: @kylo252 this looks similar to #2578
can we have profiles instead? - you can select your profiles by a keybinding or a file at project_root, for example: - a profile for golang backend dev - another...
> we could also just have a different theme if global statusline is enabled. > pinging our resident design lead, wdyt @abzcoding? well tbh, I do love adding `global statusline...
> @kylo252 @abzcoding I got something locally for another similar scenario. If this is something you guys are open for merging this feature, I'll give it a try. that would...
first off i do agree we should have a better documentation, but sadly we don't have enough manpower to do so, so feel free to contribute --- > 1. Startup...