Commit Graph

95 Commits

Author SHA1 Message Date
lucas barbieri
096fc6aff5 feat: add signatures and token showing 2024-11-26 11:27:29 -03:00
878ec43c7c feat: add black theme 2024-11-26 08:55:30 -03:00
d09064ec44 feat: change white theme 2024-11-16 12:25:56 -03:00
3a88d061ef fix: reorder around manual and auto servers 2024-10-10 18:13:12 -03:00
1c8cd80966 feat: add lsp handling for non mason 2024-09-18 14:11:51 -03:00
85a34ff49f fix: lsp keys not working 2024-09-05 10:15:56 -03:00
Lucas Barbieri
e1b14db831 feat: update to nvim 0.10 2024-08-30 00:25:01 -03:00
Lucas Barbieri
c3509e44d8 feat: remove markdown modes 2024-08-20 16:24:00 -03:00
Lucas Barbieri
0443978eb5 chore(): remove nix 2024-07-30 18:22:56 -03:00
Lucas Barbieri
39da199c3a feat(lang): add latex 2024-07-30 16:35:30 -03:00
Lucas Barbieri
d417baec56 Change keybinding for lualine 2024-07-19 00:05:08 -03:00
Lucas Barbieri
35a006598b feat: remove conceals 2024-07-15 10:11:10 -03:00
Lucas Barbieri
16cf11e6b7 add clangd server 2024-06-11 20:35:17 -03:00
Lucas Barbieri
fee2dd90cb Update nvim config 2024-05-08 08:32:54 -03:00
Lucas Barbieri
081b578a22 add hybrid mode for vue 2024-04-18 16:41:31 -03:00
Lucas Barbieri
8c28dafcb3 lots of updates 2024-04-18 16:21:39 -03:00
Lucas Barbieri
3fa5fab512 ok vue now works perfectly 2024-04-10 18:05:29 -03:00
Lucas Barbieri
9f56adf1ed add vuejs support 2024-04-10 16:52:16 -03:00
Lucas Barbieri
0e0e5e301c add hyprland syntax highlighting
not useful at all its all screwed up
2024-03-28 16:38:29 -03:00
Lucas Barbieri
2776743ffd add solarized theme 2024-03-04 15:40:32 -03:00
Lucas Barbieri
09fbad0ee4 gentoo fix
need to see if it'll break on laptop
2024-02-19 11:44:31 -03:00
Lucas Barbieri
0c34bb7f6f add java support
will switch to intellij prob when i really need it
2024-02-19 09:10:32 -03:00
Lucas Barbieri
f805c65a30 update some things
lel
2024-02-10 10:28:24 -03:00
Lucas Barbieri
9f7d4b2392 change config to accomodate my colorscheme script 2024-01-16 12:52:36 -03:00
Lucas Barbieri
370b3eb197 new filebrowser any% 2024-01-14 18:49:03 -03:00
Lucas Barbieri
74c9aa5fb9 update nvim theming 2024-01-06 18:34:56 -03:00
Lucas Barbieri
04431f7ba9 Update themes
for telescope and nvim itself
2023-10-25 15:23:33 -03:00
Lucas Barbieri
d969adccaa update lol 2023-09-07 18:42:03 -03:00
Lucas Barbieri
75022b92c5 add some other language servers
also remove hls because who uses haskell lmfao
2023-08-14 21:15:27 -03:00
Lucas Barbieri
83f3b625e0 idk 2023-08-13 20:33:25 -03:00
Lucas Barbieri
5e5ba06d3c fix require inside opts in null-ls
turns out you can't require() inside opts {}, it will error out, so just put it in config section
2023-08-04 18:41:04 -03:00
Lucas Barbieri
4b5bfc4e9f remove unecessary warnings
i will remember them carefully thank you TJ
2023-08-01 21:11:04 -03:00
Lucas Barbieri
6afe9d61c3 add the rest of my config
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
2023-08-01 20:43:02 -03:00
Lucas Barbieri
0a69a17d9f add solarized colorscheme
aka the best colorscheme haha
2023-08-01 15:38:01 -03:00
Ikko Eltociear Ashimine
c2fb482ec1
Fix typo in init.lua
releated -> related
2023-07-31 02:46:27 +09:00
Merel Jossart
734cc4e94a Fix bug when server not explicitely defined in configuration but installed 2023-07-25 18:30:47 +02:00
Numkil
29aa5bf42d setup more language servers i use + allow customizing filetypes 2023-07-24 21:57:36 +02:00
Andrew Stewart
31f867a699
Remove timeout 2023-07-17 10:21:44 -04:00
Dheepak Krishnamurthy
957655ddb8 Make init.lua copy-paste friendly 2023-07-01 12:40:08 -04:00
ilian
d8b3b774bb Fix typo in ignorecase comment
In order to perform a case-sensitive search with ignorecase, the pattern
should contain `\C` instead of `/C`.
2023-06-18 16:25:55 +02:00
Gavin
ac07c5c59c Add legacy tag to fidget to avoid deprecation warning 2023-06-14 17:21:26 -04:00
Chris Patti
5125fd927a
Merge pull request #337 from nvim-lua/enable_python_indent 2023-06-07 21:46:49 -04:00
Chris Patti
e6cb90b2b3 Fixes #336 - Enabale treesitter indent for Python
Tested in my local configuratoin. Indenting works great.
2023-06-07 20:41:30 -04:00
Chris Patti
5e4d24cb2f Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86.
2023-06-04 16:10:59 +00:00
Chris Patti
cdaa750c86 Refactor theme and status line into their own file 2023-06-03 10:11:58 -04:00
Luiz Antonio Calliari Filho
83b65a1c7d FIX: Conflict with vimdiff keybinding 2023-05-25 22:09:34 -03:00
Chris Patti
f031fa4509
Merge pull request #319 from mech-a/readme
Remove "after/" reference in README and other clean-up items
2023-05-22 16:25:22 -04:00
Gaurav Bhatnagar
8d97b11dd8 refact: remove after/ reference in readme, other clean-up items 2023-05-22 11:30:25 -07:00
Gaurav Bhatnagar
8e8ba26a96 refact: add cmp comments, other 2023-05-21 23:46:09 -07:00
Gaurav Bhatnagar
455691bd8d refact: stylua 2023-05-16 12:38:56 -07:00