Commit graph

201 commits

Author SHA1 Message Date
Simon Lasbrugnas
64597b16c2
chore(oil): make hidden folders visible by default (except .git) 2024-12-11 18:16:53 +01:00
Simon Lasbrugnas
e489a6885f
chore: update dependencies 2024-12-11 10:25:47 +01:00
Simon Lasbrugnas
3ed7615c2b
feat: add <leader>q to open the Go scratchpad (Only for Go files)
Opens my ~/personal/Go/test/main.go file in the current buffer
2024-12-10 15:00:24 +01:00
Simon Lasbrugnas
dba90a94cf
feat(lsp): add <leader><CR> to run go main % (only for Go files)
Keybind is added automatically on gopls attach
2024-12-09 22:04:57 +01:00
Simon Lasbrugnas
61b29c4ba6
chore: update dependencies 2024-12-09 22:04:49 +01:00
Simon Lasbrugnas
2d648650d0
feat: add back autocmd insert mode on terminal open 2024-12-09 22:04:06 +01:00
github-actions[bot]
ac0200734b chore(main): release 1.9.0 2024-12-07 00:47:25 +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
ea028589f8
chore: remove unused Go snippets 2024-12-06 23:35:57 +01:00
Simon Lasbrugnas
e70fc81e8e
chore(cmp): change suggestion order 2024-12-06 23:35:33 +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
fcfb871a79
chore: update dependencies 2024-12-06 23:17:40 +01:00
Simon Lasbrugnas
6863f46796
chore: update go snippets 2024-12-06 23:17:38 +01:00
Simon Lasbrugnas
1415109e47
chore: update go snippets 2024-12-02 11:50:09 +01:00
Simon Lasbrugnas
e76fe9dc65
style: set Comment highlight to regular instead of italic 2024-11-13 11:30:35 +01:00
Simon Lasbrugnas
a3e8cf8ef7
style(lualine): replace filename with relative filepath 2024-11-12 12:07:29 +01:00
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