Abouzar Parvan
Abouzar Parvan
sadly padding is not configurable yet also here is a full screenshot to compare border and no-border
ok guys i need some testers to make sure if this works with different colorschemes or not 1. add this to your `~/.config/lvim/config.lua` ```lua -- ~/.config/lvim/config.lua lvim.builtin.telescope.defaults.prompt_prefix = " "...
@israelss thank you for testing it, yeah i need to make sure that all of our custom telescope providers are using similar styles also can you test if this makes...
> I'm trying to use `jq` as `json` formatter. Unfortunately, this config doesn't work: > > ```lua > formatters.setup { > {exe = "jq", args = {"--indent", "4"}, filetypes =...
solution 2 (easier 😅 ) add it upstream here is a full example -> https://github.com/jose-elias-alvarez/null-ls.nvim/pull/793/files
first off please fix the deprecation issue, `lvim.builtin.dashboard` is no longer valid, see https://github.com/LunarVim/LunarVim#breaking-changes after that please run `:LvimSyncCorePlugins` to make sure `nvim-lsp-installer` plugin is up to date hopefully these...
> Nope already up to date,issue still there >  ok can you run `:LspInstall clarity_lsp` and try again?
cc: @kylo252
can you play with these settings? ```lua vim.opt.titlestring = "title_string" vim.opt.titleold = "old_title" vim.opt.title = true vim.opt.titlelen = 70 ``` use vim help for more info
thank you for reporting this, created a PR for it