135ce0d7ed
fix(autocmds): check that buf exists
2024-06-26 17:09:37 +02:00
938a6718c6
feat(autocmds): added proper bigfile support
2024-06-25 20:30:57 +02:00
b22831b7e2
feat(gitsigns): new keymap for Gitsigns blame
( #3758 )
...
Also add filetype `gitsigns.blame` to autocmd `lazyvim_close_with_q` and
workaround for `+hunks` group name to show prefix correctly. If you
don't like the workaround for `+hunks` group name feel free to remove
it.
## What is this PR for?
Make use of the new `gitsigns` feature `Gitsigns blame`, which shows in
a vertical buffer split the `blame` history of the whole buffer.
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
## Does this PR fix an existing issue?
No.
<!--
If this PR fixes any issues, please link to the issue here.
Fixes #<issue_number>
-->
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-06-21 21:14:48 +02:00
59495c1871
feat(sql): add SQL extra ( #1740 )
...
Co-authored-by: Fredrik Averpil <fredrik.averpil@gmail.com >
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-06 23:27:59 +02:00
8ca7245129
feat(autocmd): enable spell for typst and text file ( #3505 )
2024-06-06 22:38:24 +02:00
9337db17c2
fix(autocmds): remove query from q-to-quit autocmd ( #2838 )
2024-05-15 16:12:18 +02:00
7d570fad79
fix(autocmds): auto create directory on windows for uris. Fixes #2442
2024-03-26 20:48:56 +01:00
3a87c08cda
feat: use vim.uv
everywhere instead of vim.loop
2024-03-22 09:02:34 +01:00
1c9f4160a2
fix(options): dont set clipboard in an SSH session, so that OSC52 can be enabled (when supported)
2024-03-11 23:13:51 +01:00
21ca466db1
feat(autocmds): added support for copy/paste through ssh. Needs Neovim >= 0.10.0
2024-03-07 12:04:41 +01:00
41e60af52c
style: formatting
2024-03-07 12:00:44 +01:00
16d6ac234a
fix(autocmds): nvim already binds q to close for man-files ( #2594 )
2024-03-07 11:38:36 +01:00
591f850f8a
fix(autocmds): apply conceal level change to local buffer options ( #2409 )
2024-01-23 07:51:34 +01:00
8e2046f3d0
fix(autocmds): avoid checktime when buftype=nofile ( #2270 )
...
It triggered an 'E11: Invalid in command-line window; <CR> executes,
CTRL-C quits' error when Neovim was in Command Line window and
FocusGained.
2024-01-21 20:20:54 +01:00
23fe52acd7
feat(autocmds): dont use conceal for json files
2024-01-21 11:24:59 +01:00
02bc41412a
fix(telescope): remove telescope folding hack since PR with fix has been merged upstream
2023-10-09 23:32:34 +02:00
5d44c976a7
fix(autocmds): extra check that we didn't do last_loc more than once for the buffer
2023-10-09 20:11:05 +02:00
6e0e01f5b4
fix(config): fixed issues related to LazyFile. Fixes #1601
2023-10-06 15:40:27 +02:00
0cc80b1b05
fix(autocmds): last_loc autocmd didn't work correctly for first opened file
2023-10-04 20:40:11 +02:00
afc8e7f8ca
fix(autocmds): retore last location for correct buffer
2023-10-04 10:48:20 +02:00
ccff8683ba
fix(ui): work-around for telescope issue with treesitter folds
2023-10-03 18:57:05 +02:00
e54d0dde62
feat(autocmds): close InspectTree window with q
2023-09-26 13:27:18 +02:00
f9dadc11b3
fix(autocmds): restore tabpage on resize ( #1260 )
2023-08-29 18:13:32 +02:00
baa9614022
fix(autocmds): jump to last loc in buffer ( #1061 )
...
vim.api.nvim_win_set_cursor is expecting a window handle but was being
passed the current buffer's handle instead
2023-07-06 15:43:15 +02:00
755419f39c
fix: trigger ci
2023-07-04 19:06:15 +02:00
65c70f6ad7
fix(autocmds): dont jump to last loc in gitcommit buffers
2023-06-30 08:35:27 +02:00
1288f0d5a5
fix(neotest): added some additional filetypes to close with q
2023-05-27 09:35:49 +02:00
bb0d4d4e7d
feat(tests): added neotest ( #642 )
...
* feat(tests): adds test management
* refactor(tests): pr changes
* fix(tests): make dap keybind optional based on nvim-dap existence
2023-05-22 20:57:15 +02:00
06e4ba2fdb
style: Fix comments on autocmds and keymaps loading ( #779 )
2023-05-19 15:06:59 +02:00
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list ( #512 )
2023-04-16 10:39:12 +02:00
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583
2023-04-16 07:53:42 +02:00
ed48b85dbe
feat(autocmds): add auto create dir ( #493 )
...
* feat(autocmds): add auto create dir
* refactor: auto-create dir
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-03-31 09:40:57 +02:00
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd ( #473 )
2023-03-22 09:03:02 +01:00
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd
2023-03-04 10:41:51 +01:00
f57031db7c
feat(autocmds): add groups to autocmds ( #151 )
...
* fix(config): add groups to autocommands, and fix plugin/user config order
* revert config loading refactor and inline augroups
* refactor: autocmd groups
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-02-07 20:30:46 +01:00
6674a3accf
feat(autocmds): rebalance windows on resize
2023-01-11 16:26:08 +01:00
8174821b71
feat(autocmds): set spell and wrap for markdown
2023-01-06 23:51:02 +01:00
a15f44eb89
refactor: automatically load keymaps, autocmds and options
2023-01-03 23:51:57 +01:00
ff777b5efd
feat(autocmds): checktime on TermLeave and TermClose
2023-01-03 21:03:40 +01:00
63bea54be2
fix(autocmds): better way of opening file at last location
2023-01-02 17:36:49 +01:00
8eb8d235c9
refactor: move everything under lazyvim
2023-01-01 14:33:56 +01:00