Commit graph

40 commits

Author SHA1 Message Date
Simon Lasbrugnas
9cdf9f74fa
chore(avante): increase timeout duration to 60s 2025-08-04 17:48:16 +02:00
Simon Lasbrugnas
338242724e
chore: update cursor line and indent-blankline configs 2025-08-04 14:19:12 +02:00
Simon Lasbrugnas
3d72da3f72
chore: update colorscheme 2025-08-04 02:40:08 +02:00
Simon Lasbrugnas
e4e8d22fa7
chore(lint): update linter list 2025-08-04 02:39:51 +02:00
Simon Lasbrugnas
3fe668252b
chore: update config 2025-08-04 01:53:36 +02:00
Simon Lasbrugnas
7739a4878b
feat(plugins): add nvim-tree 2025-07-30 14:04:03 +02:00
Simon Lasbrugnas
e151610fd6
chore: replace <leader>t from open terminal to open todos 2025-07-29 15:33:14 +02:00
Simon Lasbrugnas
6efd8a3873
feat: modify LSPs to prefer conform for formatting
Add eslint LSP

feat: Add linter support with 'nvim-lint'

Add linting to JavaScript / TypeScript and Go files
2025-07-28 21:55:38 +02:00
Simon Lasbrugnas
6cb047320f
feat(lsp): add html-lsp + update conform config 2025-07-27 03:58:18 +02:00
Simon Lasbrugnas
374fe0c585
feat: add new colorschemes 2025-07-22 12:12:04 +02:00
Simon Lasbrugnas
977f625e5d
feat(supermaven): add on-demand autocompletion
Removes inline text suggestion and binds <C-t> to autocomplete. Under
the hood it activates inline text suggestion, accept the suggestion and
then disable it again. It removes the noise of AI text suggestions
while allowing me to take advantage of it when it's useful.
2025-06-25 17:06:51 +02:00
Simon Lasbrugnas
ced1dc1397
feat: add custom keymaps for supermaven 2025-06-23 18:53:30 +02:00
Simon Lasbrugnas
f8ab09ba88
feat: add supermaven 2025-06-23 18:51:00 +02:00
Simon Lasbrugnas
7fb99fccc4
chore: update dependencies & adapt avante + mason-lspconfig 2025-06-23 14:17:20 +02:00
Simon Lasbrugnas
3c9ec34f96
chore(conform): replace prettierd with biome 2025-04-17 16:39:03 +02:00
Simon Lasbrugnas
f73d54a868
chore(avante: add openai config 2025-04-17 16:31:41 +02:00
Simon Lasbrugnas
4a96f5c4fd
chore: update plugins for better transparent display 2025-03-24 10:35:02 +01:00
Simon Lasbrugnas
a88babd7d2
chore(vim-bujo): add <leader>bt keybinding 2025-03-06 20:10:39 +01:00
Simon Lasbrugnas
7cfad4e33b
chore: delete mellow.lua file 2025-03-06 20:10:26 +01:00
Simon Lasbrugnas
7c9a5b2a9f
feat: add vim-bujo
add back vim-bujo after a long while, it might be useful in some cases
for some projects where I don't want to forget some things.

vim-bujo cache (~/.cache/bujo/) will also be committed to the dotfiles
repository to share it between computers.
2025-03-05 14:43:36 +01:00
Simon Lasbrugnas
8b820f3ae4
chore(avante): set auto_suggestion option to false
avante.nvim has a hidden keybinding that I haven't found yet that I
activated on accident once and couldn't deactivate that turns on auto
suggestions. Needless to say that using Claude 3.7 for live suggestions
is a bad idea. Not thank you to avante for that (on top of that the
suggestion system was broken so I wasn't really getting any suggestions
it was just consuming a LOT of tokens for nothing)
2025-03-01 19:27:16 +01:00
Simon Lasbrugnas
e4bf9d8318
style: change colorscheme 2025-02-27 14:57:26 +01:00
Simon Lasbrugnas
a743400c52
chore: update avante config 2025-02-27 14:57:19 +01:00
Simon Lasbrugnas
b700549bf3
feat: enhance typescript configuration
Remove several extensions and add typescript-tools along with conform
and format-ts-errors (could be better but is the best I found)
2025-02-27 14:55:50 +01:00
Simon Lasbrugnas
448e8e0cf8
chore(ibl): disable custom highlight group 2025-01-26 04:11:08 +01:00
Simon Lasbrugnas
ba5f6cb07b
chore(avante): update configuration 2025-01-26 04:10:56 +01:00
Simon Lasbrugnas
29b62eb72f
style: update colorscheme 2025-01-26 04:10:39 +01:00
Simon Lasbrugnas
64597b16c2
chore(oil): make hidden folders visible by default (except .git) 2024-12-11 18:16:53 +01:00
Simon Lasbrugnas
ecef385c0a
feat: remove lazygit
Never found a use for it, fugitive is enough
2024-12-06 23:38:24 +01:00
Simon Lasbrugnas
4a3419e02e
feat: add ray-x/go.nvim
Plugin with utility functions like auto tag, auto import, etc
2024-12-06 23:17:40 +01:00
Simon Lasbrugnas
d379339823
chore(avante): disable hints 2024-12-06 23:17:40 +01:00
Simon Lasbrugnas
a8b176df95
chore(lazygit): remove comments 2024-11-11 14:34:07 +01:00
Simon Lasbrugnas
3c4da351e5
feat: add lazydev.nvim
This plugin configures LuaLS in a much better way which makes editing
the config much easier with autocomplete, docs and such
2024-11-11 04:12:02 +01:00
Simon Lasbrugnas
4cb2047971
fix: use lsp_signature as a standalone plugin 2024-11-11 02:50:42 +01:00
Simon Lasbrugnas
de7a7f655e
feat: add lualine.lua 2024-11-11 01:11:56 +01:00
Simon Lasbrugnas
0e06ebe5ce
feat: add new colorschemes 2024-11-11 01:10:58 +01:00
Simon Lasbrugnas
e111ce7f6f
chore: use colorizer for css only 2024-11-11 01:10:35 +01:00
Simon Lasbrugnas
bd6e432b15
feat: avante.nvim
Avante.nvim provides a cursor (editor) like experience by providing LLM
code completion, explanations, refactor, patches, ...
2024-11-11 01:10:14 +01:00
Simon Lasbrugnas
1e6b9b6b3b
feat(ui): add dressing.nvim 2024-11-09 20:46:41 +01:00
Simon Lasbrugnas
4fabec4249
feat: cleanup config
Change folder architecture and separate all plugins into their own files
2024-11-09 20:37:37 +01:00