Commit graph

184 commits

Author SHA1 Message Date
Simon Lasbrugnas
68ca5524cf
chore: update dependencies 2024-11-12 12:03:24 +01:00
Simon Lasbrugnas
290fffe503
chore(lualine): replace custom branch name with default with options 2024-11-12 12:03:13 +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
1990decea2
chore: add more Go snippets 2024-11-11 04:11:41 +01:00
Simon Lasbrugnas
2c087db1a7
fix(cmp): formatting using lspkind 2024-11-11 04:11:20 +01:00
github-actions[bot]
9935cf346f chore(main): release 1.8.0 2024-11-11 03:05:11 +01:00
Simon Lasbrugnas
684dc0e99e
chore: update dependencies 2024-11-11 02:53:19 +01:00
Simon Lasbrugnas
1cf776744d
feat: add snippet support
Add go snippets (finally)
2024-11-11 02:51:54 +01:00
Simon Lasbrugnas
85a92af060
fix(lualine): use better command for parsing branch name 2024-11-11 02:51:19 +01:00
Simon Lasbrugnas
4cb2047971
fix: use lsp_signature as a standalone plugin 2024-11-11 02:50:42 +01:00
github-actions[bot]
09f9e87037 chore(main): release 1.7.0 2024-11-11 01:12:55 +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
Simon Lasbrugnas
31a902784d
chore(oil): switch winbar for statusline 2024-11-09 00:32:17 +01:00
Simon Lasbrugnas
1c69d73784
chore: update options
* Ignore case and use smart case for searches

* Turn on line wrap, linebreak, breakindent

* Inverse splits positions

* Turn off --- more --- display
2024-11-09 00:28:22 +01:00
Simon Lasbrugnas
2a266755a3
chore(oil): update shortcuts and add custom winbar 2024-11-09 00:27:51 +01:00
Simon Lasbrugnas
55b2405442
chore(telescope): reset find files command to find_files 2024-11-09 00:27:25 +01:00
Simon Lasbrugnas
e28f7eebcd
chore: update dependencies 2024-11-09 00:27:15 +01:00
Simon Lasbrugnas
61ca2910c8
chore(telescope): replace find_files with git_files command (<C-p>) 2024-11-05 15:12:00 +01:00
Simon Lasbrugnas
f0a845b937
chore(ibl): add tab_char and show current scope more clearly 2024-11-04 14:21:29 +01:00
Simon Lasbrugnas
c9cb63d807
chore: disable Supermaven Pro 2024-11-04 11:15:44 +01:00
Simon Lasbrugnas
c1f92b1ede
chore: update dependencies 2024-11-04 11:14:56 +01:00
Simon Lasbrugnas
8c2f01f9da
feat(lsp): add golang autocmd on save
Auto organize imports and format on save.
2024-10-18 12:20:48 +02:00
Simon Lasbrugnas
3440fb8884
chore: update dependencies 2024-10-09 00:24:08 +02:00
Simon Lasbrugnas
2c6d860f2f
chore: update dependencies 2024-10-07 00:21:14 +02:00
github-actions[bot]
3657a0e341 chore(main): release 1.6.0 2024-10-01 01:26:04 +02:00
Simon Lasbrugnas
b47494563d
feat: add <leader>d to duplicate line
This custom duplicate line mapping keeps the cursor in the same column.
(Which is useful when duplicating lines and modifying them at the same
time)
2024-10-01 01:11:03 +02:00
Simon Lasbrugnas
81b7e9f929
chore: re-enable listchars (without visible tabs) 2024-09-28 00:58:40 +02:00
Simon Lasbrugnas
bdda6d5d74
chore: add arrow key navigation between windows 2024-09-28 00:26:29 +02:00
Simon Lasbrugnas
ed549f35ec
chore: update dependencies 2024-09-28 00:26:08 +02:00
Simon Lasbrugnas
45d0c63094
chore(lsp): remove signature help <C-k> mapping 2024-09-20 14:18:44 +02:00
Simon Lasbrugnas
fceb4c35c6
feat: add colorizer plugin for hex codes 2024-09-19 03:43:17 +02:00
Simon Lasbrugnas
1dec46d2f7
chore: update dependencies 2024-09-19 01:54:31 +02:00
Simon Lasbrugnas
1a97a8ee59
chore: update colorscheme
* Add export-kitty-colors.lua scripts to colors folder
Exports the current colorscheme to a kitty color scheme

* Modify peel-enhanced.vim theme

* Add lsp signature help
2024-09-19 01:53:39 +02:00
Simon Lasbrugnas
0e0e97ffbc
chore: update dependencies 2024-09-16 10:14:02 +02:00
Simon Lasbrugnas
f77fa9f8e4
style: hide visible tabs
Replaced with indent-blankline plugin
2024-09-13 18:07:57 +02:00
Simon Lasbrugnas
565488ffe1
chore: enable cursorline 2024-09-10 16:41:10 +02:00
Simon Lasbrugnas
67dae409e7
chore: add gleam lsp setup 2024-09-10 16:40:10 +02:00
Simon Lasbrugnas
ce7759b281
chore: remove auto insert mode autocmd for terminal buffers 2024-09-10 16:39:37 +02:00
Simon Lasbrugnas
f556257710
feat: add indent-blankline
Update dependencies
2024-09-10 16:39:16 +02:00
Simon Lasbrugnas
22517a2bb1
style: use brighter line number colors 2024-09-10 16:38:42 +02:00
Simon Lasbrugnas
e9c1a7c0af
chore(config): add <leader>gt to go to type definition 2024-09-04 21:10:39 +02:00
Simon Lasbrugnas
6d6279736f
chore: update dependencies 2024-09-04 13:50:17 +02:00
Simon Lasbrugnas
e6c3afca3d
chore(gitsigns): inverse next / prev hunk 2024-09-04 13:49:27 +02:00
Simon Lasbrugnas
278f16a984
chore: update dependencies 2024-08-26 17:51:15 +02:00