Commit graph

556 commits

Author SHA1 Message Date
Sergio Laín
f0143c7241
⚙️ config(nvim): refactoring extra now uses builtin neovim api instead of telescope 2024-03-17 01:47:04 +01:00
Sergio Laín
da8c8a76af
⚙️ config(nvim): overwrite publish diagnostics of ts-server from the ts-error-translate plugin 2024-03-16 00:18:39 +01:00
Sergio Laín
3e89a0da19
🚀 perf(nvim): lazy-load ansible plugin on ft 2024-03-16 00:17:11 +01:00
Sergio Laín
e7ead4b7f9
🐛 fix(nvim): lazygit history binding now working on every os 2024-03-16 00:16:41 +01:00
Sergio Laín
3067896b64
♻️ refactor(nvim): use prettypath function from lazyvim utils 2024-03-14 19:54:57 +01:00
Sergio Laín
cf7f6f0680
feat(nvim): add a new command for opening lazygit file history in the floaterm extra 2024-03-14 09:37:11 +01:00
Sergio Laín
e47b17a38f
feat(nvim): add a new binding for flash to search by the current word 2024-03-13 10:17:31 +01:00
Sergio Laín
dfdf50558d
🐛 fix(nvim): tailwind now imports the inline-fold extra 2024-03-12 14:19:12 +01:00
Sergio Laín
158a591850
feat(nvim): new extra: inline fold
useful for working with tailwind
2024-03-12 14:17:22 +01:00
Sergio Laín
d294825200
💄 style(nvim): vscode extra some typos 2024-03-12 14:16:51 +01:00
Sergio Laín
c031f97874
feat(nvim): add new extra: ruff formatting 2024-03-12 14:16:35 +01:00
Sergio Laín
df1c358af6
feat(nvim): add pythom-semshi lang to the python extended extra 2024-03-12 14:15:57 +01:00
Sergio Laín
c5945ecd1b
⚙️ config(nvim): disable codelens
still a very experimental feature
2024-03-12 14:14:50 +01:00
Sergio Laín
0d4e28bd88
⚙️ config(nvim): add new filetypes to biome 2024-03-10 14:08:45 +01:00
Sergio Laín
9a3f14ac3d
feat(nvim): add next snippets to ts and js 2024-03-10 01:36:27 +01:00
Sergio Laín
8b776138f4
feat(nvim): new extra: telescope-file-browser 2024-03-10 01:24:11 +01:00
Sergio Laín
e9be6a3f81
📁 files(nvim): change names and move to another directories 2024-03-10 01:21:34 +01:00
Sergio Laín
2fadaab606
🚀 perf(nvim): make some plugins optional 2024-03-10 01:20:42 +01:00
Sergio Laín
e98d41f3e3
📁 files(nvim): convert lazyvim modified plugin files to extra modules 2024-03-10 01:20:01 +01:00
Sergio Laín
7d6afd5bee
feat(nvim): use nvim native spelling instead of cspell 2024-03-09 19:22:34 +01:00
Sergio Laín
9c9c96438d
feat(nvim): add new extra: fidget.nvim 2024-03-09 17:56:40 +01:00
Sergio Laín
40ccba2211
💄 style(nvim): rename grapple which-key menu definition to marks 2024-03-09 02:23:52 +01:00
Sergio Laín
5753847a71
feat(nvim): add a new extra: grapple
a better harpoon in my opinion
2024-03-09 02:21:04 +01:00
Sergio Laín
53f257dcbf
⚙️ config(nvim): changed some mapping descriptions as well as harpoon actions for the dashboards 2024-03-09 02:16:48 +01:00
Sergio Laín
15d0a0f3d7
♻️ refactor(nvim): harpoon and arrow extra are now identified as marks 2024-03-08 16:29:35 +01:00
Sergio Laín
f5408014a2
🗑️ remove(nvim): lsp rust extra code removed because of recent changes in the lazyvim extra 2024-03-07 21:51:38 +01:00
Sergio Laín
0c946be6bb
🗑️ remove(nvim): delete repeated code from the omnisharp extra 2024-03-07 21:50:45 +01:00
Sergio Laín
156e344476
feat(nvim): using haskell extra from lazyvim 2024-03-07 21:50:16 +01:00
Sergio Laín
4515a83930
♻️ refactor(nvim): ansible extra is now extended because lazyvim introduced a native one 2024-03-07 21:49:54 +01:00
Sergio Laín
db44b35d71
♻️ refactor(nvim): using outline extra from lazyvim with custom options 2024-03-07 21:48:58 +01:00
Sergio Laín
3cb9aa1213
🗑️ remove(nvim): java-extended extra 2024-03-07 21:48:07 +01:00
Sergio Laín
98e196b669
🗑️ remove(nvim): lazyrc; now using lazyvims one 2024-03-07 21:47:39 +01:00
Sergio Laín
946699f332
feat(nvim): add extra lua linter: selene 2024-03-07 12:35:11 +01:00
Sergio Laín
f592e5ed0c
feat(nvim): add ccc to the zen mode hooks 2024-03-05 17:08:53 +01:00
Sergio Laín
6ba850744c
🐛 fix(nvim): ccc init function 2024-03-05 17:08:36 +01:00
Sergio Laín
0f4f4acd14
feat(nvim): add css_variables lsp to the html-css extra 2024-03-03 13:59:50 +01:00
Sergio Laín
06629235d6
feat(nvim): new colorscheme extra: synthweave 2024-03-03 13:55:17 +01:00
Sergio Laín
492756eef6
🚀 perf(nvim): playground now loads on key load 2024-03-02 14:09:57 +01:00
Sergio Laín
b2248d64da
♻️ refactor(nvim): obsidian extra now has keymaps as well as some new options 2024-02-29 13:01:57 +01:00
Sergio Laín
25bf8585f0
🚀 perf(nvim): load neorg on norg files 2024-02-29 13:01:23 +01:00
Sergio Laín
42470a05f4
⚙️ config(nvim): change display position for nvim-recorder lualine module 2024-02-28 11:24:28 +01:00
Sergio Laín
cb3c62a3ab
🐛 fix(nvim): load obsidian in the correctly dir 2024-02-28 11:16:27 +01:00
Sergio Laín
99324ae4b4
feat(nvim): add autodetection of ansible files 2024-02-27 09:53:28 +01:00
Sergio Laín
21e3937930
feat(nvim): add new chat with codeium keymap 2024-02-27 09:42:42 +01:00
Sergio Laín
c2156cee5b
feat(nvim): add typescript-error-translator plugin into the ts extra
human readable ts errors
2024-02-27 09:42:00 +01:00
Sergio Laín
9cdfa0bacb
♻️ refactor(nvim): theme-loader is now an extra 2024-02-26 11:16:44 +01:00
Sergio Laín
a59215c23a
feat(nvim): new extra: diagflow 2024-02-26 11:16:02 +01:00
Sergio Laín
0516cf91ae
🚀 perf(nvim): disable obsidian extra loading on filetype and now loads when opening your specific vault folder 2024-02-26 11:15:29 +01:00
Sergio Laín
400cb048ce
💬 comments(nvim): add tsserver variable annotation 2024-02-24 19:54:33 +01:00
Sergio Laín
53953488fe
♻️ refactor(nvim): typescript-extended extra big changes
added typescript-tools. created variable to choose between typescript-tools (which has some things I
need to work on like inlay hints not working or disabling when inside a deno based project) or
lsp-config tsserver
2024-02-24 01:27:08 +01:00