Commit graph

126 commits

Author SHA1 Message Date
a048e6412d
chore(nvim): a bunch of things 2025-06-04 11:48:53 +01:00
fbb21312a0
chore(nvim): cleaned config a bit 2025-06-04 11:48:51 +01:00
459a7762dc
chore: [NVIM] updated nvim config with some stuff
has tmux line integrated
2025-06-04 11:48:46 +01:00
638781b347
chore: Added theme change script to raycast and fix a bunch of theme related stuff 2025-06-04 11:48:40 +01:00
d9166d41bb
chore(NVIM): Added orgmode and change iskeyword definition 2025-06-04 11:48:38 +01:00
816b24b84e
chore: A bunch of things.
Themery for nvim, tmux theme, zsh stuff
2025-06-04 11:48:36 +01:00
c35c6180f2
chore: A bunch of things 2025-06-04 11:48:34 +01:00
dd9dbf0521
chore: Added a theme change in rofi script. Need to add rofi itself and other stuff still 2025-06-04 11:48:33 +01:00
937190d5a8
chore: Added nvim-dap for debugging c and c++ code 2025-06-04 11:48:33 +01:00
e09492c714
chore: Removed clang-format from none-ls as clangd uses it already if in PATH 2025-06-04 11:48:32 +01:00
baf0bb3444
chore: Added Ocaml-lsp in nvim 2025-06-04 11:48:31 +01:00
2f6696e3c3
chore: Added missing none-ls file 2025-06-04 11:48:29 +01:00
78ab5955d7
chore: VeryLazy on lazy nvim and some other stuff 2025-06-04 11:48:28 +01:00
c029b79601
chore: replace null-ls with none-ls 2025-06-04 11:48:26 +01:00
2ec05f100c
chore: Better hls config 2025-06-04 11:48:22 +01:00
5344086a4e
chore: whichkey and nvim-ghost 2025-06-04 11:48:21 +01:00
568a2cd2a2
chore: Added some jukit variables 2025-06-04 11:48:20 +01:00
b7b86b6fd3
chore: Added default compiler to Compiler Explorer 2025-06-04 11:48:19 +01:00
0bed00216e
chore: updates 2025-06-04 11:48:18 +01:00
ec71857332
chore: Added compiler explorer with config 2025-06-04 11:48:18 +01:00
4913d68e15
chore: stuff 2025-06-04 11:48:10 +01:00
2ca1f19045
chore: Added CE vim plugin and kitty editted padding 2025-06-04 11:48:02 +01:00
1a22989665
chore: Updated Xmonad look 2025-06-04 11:48:02 +01:00
5b967b523d
chore: Added underline comparator to cmp 2025-06-04 11:48:00 +01:00
4627bdd710
chore: Update config after a long time 2025-06-04 11:47:59 +01:00
c1e2c36e11
chore: Added more funcionality to DB IDE 2025-06-04 11:47:58 +01:00
7ad98216cc
chore: DB IDE inside neovim 2025-06-04 11:47:58 +01:00
ffff2d7d28
chore: fix some minor things 2025-06-04 11:47:56 +01:00
855aad460d
chore: nvim removed hardtime and fixed Mason icons 2025-06-04 11:47:55 +01:00
f6c4bcb28d
chore: Added hardtime.nvim to remove bad habits 2025-06-04 11:47:52 +01:00
27fd1600d8
chore(MISC): A bunch of files I forgot to commit over time. 2025-06-04 11:47:48 +01:00
8fa73c5b02
chore: Added oil.nvim to naviagate file manager as buffer
Signed-off-by: Afonso Franco <me@afonsofrancof.com>
2025-06-04 11:47:46 +01:00
b2a9cf90cc
chore: Tmux + nvim integration panels 2025-06-04 11:47:44 +01:00
ac36c86add
chore: just fixing some stuff 2 2025-06-04 11:47:40 +01:00
ab008f0774
chore: added copilot to nvim 2025-06-04 11:46:56 +01:00
22c6798a77
chore: added neorg 2025-06-04 11:46:53 +01:00
e7fa0ea0a2
chore(FIX): Removed markdown_inline as it was causing bugs 2025-06-04 11:46:50 +01:00
c225093e48
chore: change sumneko_lua to lua_ls 2025-06-04 11:46:47 +01:00
8c02f55097
chore(SYNC): Synced a lot of small changes so I can pull on laptop 2025-06-04 11:46:45 +01:00
a99c0023d7
chore: Some small updates to dotfiles , getting ready for arch-config 2025-06-04 11:46:40 +01:00
f698f91d29
chore: Removed empty filetype buffer from bufferline, for example, netrw 2025-06-04 11:46:38 +01:00
908da3a46f
chore: Added <C-k> and <C-j> to navigate snippet fields 2025-06-04 11:46:36 +01:00
25145b3956
chore: Massive restructure. FIXED TAB BUG . Packer -> Lazy . barbar -> bufferline . 2025-06-04 11:46:35 +01:00
d59e26054e
chore: Changes to nvim cmp 2025-06-04 11:46:35 +01:00
4b5e8b4a00
chore: Changed a few things with CMP 2025-06-04 11:46:33 +01:00
37ab08afd7
chore: removed accidental file 2025-06-04 11:46:32 +01:00
8711b87762
chore: Changed some configs on nvim, tabs and some other sets 2025-06-04 11:46:31 +01:00
1c0a3faa24
chore: Added lsp capabilities of nvim cmp. It can now do much more as LSPs see
nvim has more functionalities (Show unimported functions etc). Also
added better sorting to cmp entries. Added a notification when LSP
finished loading.
2025-06-04 11:46:31 +01:00
6cde4ab966
chore: Added null-ls plugin.This enables certain tools to act as LSPs
(formatters, linters, etc)
2025-06-04 11:46:29 +01:00
9f8d9706c7
chore: A bunch of things I don't even remeber 2025-06-04 11:46:28 +01:00