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

re-organize nvim lua init #32

Merged
merged 1 commit into from
Jan 26, 2024
Merged

re-organize nvim lua init #32

merged 1 commit into from
Jan 26, 2024

Conversation

davidjenni
Copy link
Owner

  • leverage lazy-vim's best practice of listing individual plugin config lua files under nvim/lua/plugins and let lazy-vim merge those; see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
  • flatten nvim config folders
  • add tree sitter support for better syntax coloring
  • add LSP config for lua (requires lua-language-server to be installed)
  • add which-key to show possible key bindings after first typed cmd key
  • install additional LSP language support via :Mason

- leverage lazy-vim's best practice of listing individual plugin config
  lua files under nvim/lua/plugins and let lazy-vim merge those; see:
    https://github.com/folke/lazy.nvim#-structuring-your-plugins
- flatten nvim config folders
- add tree sitter support for better syntax coloring
- add LSP config for lua (requires lua-language-server to be installed)
- add which-key to show possible key bindings after first typed cmd key
- install additional LSP language support via :Mason
@davidjenni davidjenni merged commit 4ae152f into main Jan 26, 2024
3 checks passed
@davidjenni davidjenni deleted the new-nvim-lua branch January 26, 2024 07:03
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

Successfully merging this pull request may close these issues.

1 participant