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

Convert Neovim config to Lua #21

Merged
merged 5 commits into from
Nov 8, 2024
Merged

Convert Neovim config to Lua #21

merged 5 commits into from
Nov 8, 2024

Conversation

vicnett
Copy link
Owner

@vicnett vicnett commented Nov 8, 2024

What

Convert Neovim configuration to Lua:

  • migrate existing config (mostly) as-is
  • re-evaluate each plugin:
    • css-color replaced with highlight-colors
    • gitgutter replaced with gitsigns
    • systemcopy removed

Why

The Neovim world has moved on to Lua, so it makes sense that I follow them, which will make maintaining and updating my configs easier.

What this didn't do

This did not add any functionality to my Neovim configuration. In fact, it likely broke some here and there. The intent was to keep this PR as a minimal conversion to Lua. New features and bugfixes will be handled separately.

- init.vim -> init.lua
- rcfiles/* -> lua/config/*
- rcplugins/* -> lua/plugins/*
- Switch from vim-plug to lazy.nvim
- Switch from solarized8 to nvim-solarized-lua
- Cheched each setting/config to ensure it was still needed/relevant
- Removed emmet-vim
- Removed mappings/configs I forgot I had and therefore never used
@vicnett vicnett merged commit b597dac into main Nov 8, 2024
1 check passed
@vicnett vicnett deleted the neovim-lua-config branch November 8, 2024 23:32
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