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

neovim: move plugin/rustowlsp.lua to lua/rustowlsp.lua #45

Closed
happy-dude opened this issue Feb 18, 2025 · 1 comment
Closed

neovim: move plugin/rustowlsp.lua to lua/rustowlsp.lua #45

happy-dude opened this issue Feb 18, 2025 · 1 comment

Comments

@happy-dude
Copy link

The server is currently defined in the plugin directory, which is executed after init.{vim,lua} where everyone usually configures their language servers.

If the plugin is moved from plugin/rustowlsp.lua to lua/rustowlsp.lua then you'd do

require('rustowlsp');
require('lspconfig').rustowlsp.config{}

for configuration.

@cordx56
Copy link
Owner

cordx56 commented Feb 19, 2025

Done.
commit hash: c5cd9cd

@cordx56 cordx56 closed this as completed Feb 19, 2025
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