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