Simon Lasbrugnas
38955b8cca
chore: add terminal mode keybindings
2024-08-16 13:44:44 +02:00
Simon Lasbrugnas
ac13b40808
chore: disable autoformat on save
...
Add terminal autocommand to enter insert mode
2024-08-16 13:44:07 +02:00
Simon Lasbrugnas
8f7240f3f3
chore: update dependencies
2024-08-16 13:44:02 +02:00
Simon Lasbrugnas
0f12aa9c57
chore(vim): always use system clipboard for yank and paste
2024-07-28 23:09:16 +02:00
github-actions[bot]
7aedfa5b11
chore(main): release 1.5.0
2024-07-28 23:01:40 +02:00
Simon Lasbrugnas
52655d2537
chore(telescope): Disable normal mode
...
Also remap <leader>ps to <leader>p as there aren't any other commands
using the <leader>p prefix in my config. Might change it later.
2024-07-28 22:41:44 +02:00
Simon Lasbrugnas
0e642bff01
style: Change visual selection color
2024-07-26 23:25:38 +02:00
Simon Lasbrugnas
e7b0492961
chore(plugin): update trouble commands
2024-07-26 23:25:12 +02:00
Simon Lasbrugnas
77272a70d3
feat(telescope): change <leader>fa to ignore .git folder
...
Add <leader>fl to do what <leader>fa used to do (that is, search
everything including the .git folder)
2024-07-23 21:54:10 +02:00
Simon Lasbrugnas
8740255396
style: set comments to normal instead of italic
2024-07-23 21:51:13 +02:00
Simon Lasbrugnas
8d455c6309
chore: update dependencies
2024-07-08 10:58:24 +02:00
github-actions[bot]
ce61d30ab0
chore(main): release 1.4.0
2024-07-06 11:55:29 +02:00
Simon Lasbrugnas
37bfa8f0c6
chore: update dependencies
2024-07-06 11:54:34 +02:00
Simon Lasbrugnas
f019253e4a
feat: add python path to options
2024-07-06 11:51:52 +02:00
Simon Lasbrugnas
ae6bfc00ba
chore: update dependencies
2024-07-06 11:51:42 +02:00
Simon Lasbrugnas
9b5fd5c837
chore: update dependencies
2024-05-22 18:42:00 +02:00
Simon Lasbrugnas
272502e689
chore: update dependencies
2024-05-22 11:17:27 +02:00
Simon Lasbrugnas
0fe3b0954d
chore: add back visible tabs
2024-05-06 00:18:01 +02:00
Simon Lasbrugnas
058a73efd9
chore: update dependencies
2024-04-30 13:42:20 +02:00
Simon Lasbrugnas
f67b33deec
style: remove visible tabs from list
2024-04-21 19:16:12 +02:00
Simon Lasbrugnas
7e318ed916
feat: add oil to replace netrw
...
feat: disable copilot for now
2024-04-21 19:16:12 +02:00
github-actions[bot]
1bb21c0a6e
chore(main): release 1.3.0
2024-04-20 21:40:28 +02:00
Simon Lasbrugnas
c1fc0cad11
feat: remove guicursor option
2024-04-20 04:05:52 +02:00
Simon Lasbrugnas
105d6cf2ea
chore: clean up and reformat
...
feat: remove unused bindings
2024-04-20 04:00:04 +02:00
Simon Lasbrugnas
27b5fa5676
chore: update dependencies
2024-04-19 15:37:29 +02:00
github-actions[bot]
1f7ed7ca6a
chore(main): release 1.2.0
2024-04-19 04:13:32 +02:00
Simon Lasbrugnas
cbe86ded28
feat(autocmds): add lsp auto format on save
2024-04-19 04:12:11 +02:00
github-actions[bot]
76ae0ff809
chore(main): release 1.1.0
2024-04-19 03:21:56 +02:00
Simon Lasbrugnas
3fd3e0b6bf
feat: add custom theme 'peel-enhanced'
2024-04-19 03:20:40 +02:00
Simon Lasbrugnas
87b571752a
feat: remove fleet theme config file
2024-04-19 03:19:38 +02:00
Simon Lasbrugnas
e2513e37b3
chore(config): remove netrw options
...
chore(config): add list & listchars config
2024-04-19 03:18:28 +02:00
Simon Lasbrugnas
98e35282d4
feat(plugin): add folke/trouble plugin
...
chore: update dependencies
2024-04-19 03:17:19 +02:00
Simon Lasbrugnas
1afc1c9be9
chore(config): do not expand tabs
2024-03-12 22:49:28 +01:00
Simon Lasbrugnas
9d0aa89d1b
chore(plugins): update dependencies
2024-03-12 22:48:59 +01:00
Simon Lasbrugnas
1cb297132b
chore(coding): use return carriage instead of C-y to autocomplete
2024-01-22 00:44:25 +01:00
Simon Lasbrugnas
8346f94fde
chore: disable trailing space autocmds
...
I don't want my commits to be huge just because there are a bunch of
trailing spaces at the end of some lines, and as it is the case in the
company I'm working at right now, I have decided to disable it for now
2024-01-22 00:41:59 +01:00
Simon Lasbrugnas
c64e0469a4
chore: update CHANGELOG.md to reflect actual changes of 1.0.0
2023-11-30 23:28:43 +01:00
github-actions[bot]
f8d72f03b7
chore(main): release 1.0.2
2023-11-30 22:31:21 +01:00
Simon Lasbrugnas
1f1dbf06c6
fix(coding): add back luaSnip
2023-11-30 10:38:03 +01:00
github-actions[bot]
70e0e958a9
chore(main): release 1.0.1
2023-11-27 13:26:48 +01:00
Simon Lasbrugnas
b969172234
fix(fugitive): allow fugitive to load when no files are opened
...
Add VeryLazy event to fugitive in order to load it even when files
aren't opened
2023-11-27 13:25:31 +01:00
github-actions[bot]
43fa71bcd2
chore(main): release 1.0.0
2023-11-26 23:39:47 +01:00
Simon Lasbrugnas
55aaf4ba6e
feat(ci): add release-please GitHub Action
2023-11-26 23:34:10 +01:00
Simon Lasbrugnas
dd4ec72cf7
chore: clean up config
2023-11-26 23:05:45 +01:00
Simon Lasbrugnas
cb49ba5c9a
feat(lazy)!: Rewrite config with lazy.nvim
2023-11-26 03:42:10 +01:00
Simon Lasbrugnas
054186ccf1
chore(plugin): update mini.lua and nvim-tree.lua
...
Removed matching automatching pairs
Updated filters in nvim-tree.lua to include all files
2023-11-25 01:45:37 +01:00
Simon Lasbrugnas
5bf5677f5e
Update config
2023-11-22 11:42:45 +01:00
Simon Lasbrugnas
8105c69f23
Update config
2023-11-22 02:15:20 +01:00
Simon Lasbrugnas
0931bbe80c
feat(plugin): Use GPT-3.5 turbo because it's cheaper
2023-11-21 10:02:18 +01:00
Simon Lasbrugnas
09ce90a229
feat: add colorscheme switcher and format keybinding
...
Introduced a new keybinding for switching colorschemes and changed the format
keybinding to '<leader>ff'.
2023-11-15 08:10:15 +01:00