This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker,lsp,core): Dockerfile, lsp warning and preserve_edit_pos (#…
…371) * chore(.gitignore): contribute got renamed to tools delete packer_compiled.lua: this should not be commited! Signed-off-by: Edwin Török <edwin@etorok.net> * chore(Dockerfile): add luacheck/stylua * chore(init.lua): fix luacheck warnings Delete dead code Signed-off-by: Edwin Török <edwin@etorok.net> * chore(contribute): do not move branch in detached HEAD state When rebasing / bisecting / etc. the worktree would be in a detached HEAD state. Do not checkout the branch because this would unexpectedly move the currently checked out commit. Especially important if we want to compare performance one-by-one by rebasing in edit mode. Signed-off-by: Edwin Török <edwin@etorok.net> * chore: fix contribute/start_docker pacman was stopping and asking a question, needs noconfirm flag. Directories mounted as volumes need to be created on first use. 'make' needs to be installed otherwise nvim-treesitter fails to compile the treesitter parsers and hangs at 'Compiling' (sync_install=true can be used to show actual error). Signed-off-by: Edwin Török <edwin@etorok.net> * fix(preserve_edit_pos): do not jump to last position in git commit/rebase buffers See ':h last-position-jump' The commit message will likely be different each time, although the filename will be the same (`COMMIT_EDITMSG`). Signed-off-by: Edwin Török <edwin@etorok.net> * fix(lsp): do not use deprecated vim.lsp.diagnostic APIs Use the vim.diagnostic API instead, see :h deprecated. Otherwise a message is printed on every use that they are deprecated. Signed-off-by: Edwin Török <edwin@etorok.net>
- Loading branch information
1 parent
0294e7c
commit e0a3a11
Showing
11 changed files
with
13 additions
and
397 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
tools/local-share-nvim/sessions/%home%doom%.config%nvim%lua%doom%modules%config.vim
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
tools/local-share-nvim/sessions/%home%doom%.config%nvim.vim
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.