Commit graph

36 commits

Author SHA1 Message Date
Amaan Qureshi
9337db17c2
fix(autocmds): remove query from q-to-quit autocmd (#2838) 2024-05-15 16:12:18 +02:00
Folke Lemaitre
7d570fad79
fix(autocmds): auto create directory on windows for uris. Fixes #2442 2024-03-26 20:48:56 +01:00
Folke Lemaitre
3a87c08cda
feat: use vim.uv everywhere instead of vim.loop 2024-03-22 09:02:34 +01:00
Folke Lemaitre
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
Folke Lemaitre
21ca466db1
feat(autocmds): added support for copy/paste through ssh. Needs Neovim >= 0.10.0 2024-03-07 12:04:41 +01:00
Folke Lemaitre
41e60af52c
style: formatting 2024-03-07 12:00:44 +01:00
Dennis Eriksen
16d6ac234a
fix(autocmds): nvim already binds q to close for man-files (#2594) 2024-03-07 11:38:36 +01:00
Michael Olson
591f850f8a
fix(autocmds): apply conceal level change to local buffer options (#2409) 2024-01-23 07:51:34 +01:00
Frederick Zhang
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
Folke Lemaitre
23fe52acd7
feat(autocmds): dont use conceal for json files 2024-01-21 11:24:59 +01:00
Folke Lemaitre
02bc41412a
fix(telescope): remove telescope folding hack since PR with fix has been merged upstream 2023-10-09 23:32:34 +02:00
Folke Lemaitre
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
Folke Lemaitre
6e0e01f5b4
fix(config): fixed issues related to LazyFile. Fixes #1601 2023-10-06 15:40:27 +02:00
Folke Lemaitre
0cc80b1b05
fix(autocmds): last_loc autocmd didn't work correctly for first opened file 2023-10-04 20:40:11 +02:00
Folke Lemaitre
afc8e7f8ca
fix(autocmds): retore last location for correct buffer 2023-10-04 10:48:20 +02:00
Folke Lemaitre
ccff8683ba
fix(ui): work-around for telescope issue with treesitter folds 2023-10-03 18:57:05 +02:00
Folke Lemaitre
e54d0dde62
feat(autocmds): close InspectTree window with q 2023-09-26 13:27:18 +02:00
Callum Howard
f9dadc11b3
fix(autocmds): restore tabpage on resize (#1260) 2023-08-29 18:13:32 +02:00
Sam Amis
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
Folke Lemaitre
755419f39c
fix: trigger ci 2023-07-04 19:06:15 +02:00
Folke Lemaitre
65c70f6ad7
fix(autocmds): dont jump to last loc in gitcommit buffers 2023-06-30 08:35:27 +02:00
Folke Lemaitre
1288f0d5a5
fix(neotest): added some additional filetypes to close with q 2023-05-27 09:35:49 +02:00
Jonas Holst Damtoft
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
João Paquim
06e4ba2fdb
style: Fix comments on autocmds and keymaps loading (#779) 2023-05-19 15:06:59 +02:00
Shashank Tomar
1defd5f670
feat(autocmds): add checkhealth filetype to close_with_q list (#512) 2023-04-16 10:39:12 +02:00
Folke Lemaitre
7476da7811
fix(autocmds): don't auto create dirs for urls. Fixes #583 2023-04-16 07:53:42 +02:00
Võ Quang Chiến
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
Amaan Qureshi
b0cef1f506
fix(autocmd): remove query from q-to-quit autocmd (#473) 2023-03-22 09:03:02 +01:00
Folke Lemaitre
2e951e4f44
feat(autocmds): added 'query' to close_with_q autocmd 2023-03-04 10:41:51 +01:00
Tamás Barta
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
Folke Lemaitre
6674a3accf
feat(autocmds): rebalance windows on resize 2023-01-11 16:26:08 +01:00
Folke Lemaitre
8174821b71
feat(autocmds): set spell and wrap for markdown 2023-01-06 23:51:02 +01:00
Folke Lemaitre
a15f44eb89
refactor: automatically load keymaps, autocmds and options 2023-01-03 23:51:57 +01:00
Folke Lemaitre
ff777b5efd
feat(autocmds): checktime on TermLeave and TermClose 2023-01-03 21:03:40 +01:00
Folke Lemaitre
63bea54be2
fix(autocmds): better way of opening file at last location 2023-01-02 17:36:49 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/config/autocmds.lua (Browse further)