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

feat: update nvim-surround and telescope configurations #77

Merged
merged 4 commits into from
Aug 10, 2024
Merged

Conversation

dgokcin
Copy link
Owner

@dgokcin dgokcin commented Aug 10, 2024

This PR includes several updates to our Neovim configuration:

Summary:

  • Updated nvim-surround plugin configuration
  • Modified telescope.nvim settings for improved file searching
  • Added VSCode keymaps setup in init.lua

Changes:

  1. nvim-surround:

    • Simplified keymaps configuration
    • Removed VSCode-specific setup and which-key integration
  2. telescope.nvim:

    • Added file ignore patterns for live_grep and grep_string
    • Set additional args for hidden file search
    • Improved find_files configuration with case-insensitive search
  3. init.lua:

    • Added requirement for VSCode keymaps setup

Additional Notes:

  • The live grep functionality in telescope may still be ignoring some files unexpectedly. This has been noted with a TODO comment for future investigation.
  • These changes aim to streamline our Neovim configuration and improve search functionality.

Resolves #75, Resolves #76

Deniz Gökçin added 4 commits August 10, 2024 20:57
added a new configuration to set up vscode undo/redo  keymaps by requiring `config.vscode_keymaps` in the init.lua file
- corrected file ignore patterns to include trailing slashes
- added additional_args directly instead of using a function
- added grep_string picker with similar settings
- enabled hidden files and case_mode for find_files picker

this resolves the issue where live grep was ignoring some files incorrectly
@dgokcin dgokcin added the enhancement New feature or request label Aug 10, 2024
@dgokcin dgokcin merged commit 8b0ae42 into main Aug 10, 2024
2 checks passed
@dgokcin dgokcin deleted the minor-fixes branch August 10, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix VSCode Undo and Redo functionality Fix: live grep ignoring some files
1 participant