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

Upgrade inputs, fix deprecations and errors #108

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

jisantuc
Copy link
Owner

@jisantuc jisantuc commented Dec 22, 2024

Incidentally this also fixes an issues with nvim-rest-client where it wasn't able to load content from files anymore. Neat!

@@ -69,7 +69,7 @@ require("lspconfig").lua_ls.setup {
require("lspconfig").purescriptls.setup {}

-- activate typescript ls
require("lspconfig").tsserver.setup {}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecation warning at nvim startup

@@ -1,64 +1,13 @@
require("rest-nvim").setup({
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated not to need a setup call anymore, and the old copy-pasta from config examples that I thought I might configure someday includes options that aren't part of current config

@jisantuc jisantuc merged commit eb07c24 into main Dec 23, 2024
2 checks passed
@jisantuc jisantuc deleted the maint/js/update-flake-inputs branch December 23, 2024 00: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