-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(systemd_lsp): Update functionality and add extra documentation.
#4252
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
Open
kris3713
wants to merge
28
commits into
neovim:master
Choose a base branch
from
kris3713:systemd_lsp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+64
−0
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
65d0e05
feat(`systemd_lsp`): Add important root markers
kris3713 2492b06
feat(`systemd_lsp`): Remove wildcard globs from root_markers
kris3713 904510b
Merge branch 'neovim:master' into systemd_lsp
kris3713 a3d36d9
feat(`systemd_lsp`): Testing `root_dir = vim.fn.getcwd()`
kris3713 f1c405d
feat(`systemd_lsp`): Testing solution made by AI (Google Gemini)
kris3713 e5919e1
feat(`systemd_lsp`): Add type annotations
kris3713 e0576d7
feat(`systemd_lsp`): Updated documentation to include advanced config…
kris3713 0209cd7
feat(`systemd_lsp`): Updated documentation
kris3713 267ce5e
Merge pull request #1 from kris3713/systemd_lsp-patch
kris3713 5b1ca9e
Merge branch 'neovim:master' into systemd_lsp
kris3713 3223d46
Merge branch 'neovim:master' into systemd_lsp
kris3713 3cf2bcb
Merge branch 'neovim:master' into systemd_lsp
kris3713 522b85c
Merge branch 'neovim:master' into systemd_lsp
kris3713 c412472
fix(systemd_lsp): replace `root_dir` function with `root_pattern` table
kris3713 ab162cf
fix(systemd_lsp): Simplify root_dir function, and make use of root_pa…
kris3713 663ebed
fix(systemd_lsp): Correct documentation
kris3713 47b0d43
fix(systemd_lsp): Fix code style to avoid stylua linting errors
kris3713 4c36f50
fix(systemd_lsp): Fix code style to avoid stylua linting errors again
kris3713 e79cb63
fix(systemd_lsp): Replaced autocmd with `vim.filetype.add()` for syst…
kris3713 95ea893
fix(systemd_lsp): Fix code style to avoid stylua linting errors again
kris3713 0ce16ea
fix(systemd_lsp): Fix slight error in documentation
kris3713 9d252ce
Merge branch 'neovim:master' into systemd_lsp
kris3713 9106a48
Merge branch 'neovim:master' into systemd_lsp
kris3713 3217dcc
fix(systemd_lsp): Use a table instead of a for each loop
kris3713 aab5357
fix(systemd_lsp): Refactored comment documentation
kris3713 a20e83a
fix(systemd_lsp): Fixed documentation
kris3713 7bb7232
Merge branch 'neovim:master' into systemd_lsp
kris3713 a0f3ee1
Merge branch 'neovim:master' into systemd_lsp
kris3713 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.