Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request #4

Open
Daniel794 opened this issue Feb 5, 2022 · 1 comment
Open

Feature request #4

Daniel794 opened this issue Feb 5, 2022 · 1 comment

Comments

@Daniel794
Copy link

Hi, this kinda feature request. Could you please

  1. add staline as an alternative to lualine & bufferline
  2. Add file path to autocompletion (e.g. if I type ~/. I can get ~/.config, ~/.local etc. as options)
  3. Center the PackerSync window like it does in Vapournvim (in this config, it launches in right side of the screen)
  4. Add a theme switcher like the one NVChad
    Thanks in advance.
@sahashirshendu
Copy link
Contributor

Others I can't say, but for 2, add

{ name = "path" },

in lua/lsp/cmp.lua like

cmp.setup({
    ...
    sources = {
    ...
    { name = "path" },
    }
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants