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

Lua Migration #20

Closed
35 of 37 tasks
vuki656 opened this issue Mar 21, 2021 · 0 comments
Closed
35 of 37 tasks

Lua Migration #20

vuki656 opened this issue Mar 21, 2021 · 0 comments
Assignees

Comments

@vuki656
Copy link
Owner

vuki656 commented Mar 21, 2021

Conversion

  • Native LSP instead of COC
  • Remaps
  • Typing snippets
  • Tweek lspkind icons
  • Diagnostics
  • LSP Diagnostics colors
  • Plugins
    • Vim smootie
    • Startify
    • Compe
    • LSPSaga
    • LSPkind
    • Gitgutter - finda replacement in the plugin list below
    • Airline - potentially replace with galaxyline
    • Filetree
    • Other 0 config plugins - look for lua alternative
  • Treesitter for syntax highlighting
  • Sets

Strucutre

  • Always show sign column
  • Potentially create a file with all the shorthand like local option = vim.api.nvim_set_option and import them where needed instead of declaring them every time
  • Lua formatter
  • Put all colors in a single file and reference those
  • Check out lsp saga, cloud replace compe? LINK
  • Consider sets like here
  • Document everything

Fixes

  • Git signs color scheme not loaded on startup
  • Importing diagnostics kills color scheme
  • Some LSPS not set up correctly, checkhealth to see more

Custm features

  • Custom icons setup, X1, X2
  • Snippets are available trouh compe HERE
    • Find lua snippet plugin
  • Git blame HERE
  • Automated install of all LSPs

Colors

  • Compe custom colors

Other

  • Icons can be found HERE
  • Eslint X1 X2
  • Cool nvim plugin list HERE
  • Hide status bar in tree view => check the helper from the dude, it should have logic to check the width and not display things conditionaly
  • Take icon colors from HERE

Missing remaps

  • Quick fix - Possible with this plugin
  • Fix eslint issues

:LspInfo to see whats used

Guides to migrate your nvim configs to init.lua -

@vuki656 vuki656 self-assigned this Mar 21, 2021
@vuki656 vuki656 changed the title Native LSP Lua Migration Mar 25, 2021
@vuki656 vuki656 closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant