Viorel Binciu
fa121c8727
task: Add copilot
2025-09-16 13:46:14 +03:00
Viorel Binciu
6a1c419aa4
task: Add plugins
2025-05-13 13:39:29 +03:00
Viorel Binciu
2f8281c34d
task: Improve colors
2025-05-13 13:39:05 +03:00
Viorel Binciu
d7480503c6
task: Disable updates
2025-05-13 13:38:57 +03:00
Viorel Binciu
c3688d2420
task: Add avante
2025-03-12 10:45:18 +02:00
Viorel Binciu
ec2f6a687a
task: Updated lazy-lock
2025-01-15 09:36:54 +02:00
Viorel Binciu
2992c6b74c
task: Added plenary
2025-01-15 09:36:41 +02:00
Viorel Binciu
2c65d3d11f
task: Adjusted lsp
2025-01-15 09:36:27 +02:00
Viorel Binciu
c4952f9837
task: Added snacks nvim
2025-01-15 09:36:19 +02:00
Viorel Binciu
5b5b0d4fa7
task: Updated nvim config
2025-01-15 09:35:52 +02:00
Viorel Binciu
c872be008f
task: updated plugins
2024-12-05 09:19:51 +02:00
Viorel Binciu
e35efaac08
feat: Adjusted clipboard
2024-12-03 13:38:20 +02:00
Binciu Viorel
627cf397a9
feat: Added plugins
2024-10-01 13:59:19 +03:00
Binciu Viorel
a92fa4faca
feat: added git stuff
2024-10-01 13:59:01 +03:00
Binciu Viorel
20dedf9300
feat: Added nvim surround
2024-10-01 13:58:50 +03:00
Binciu Viorel
57a0567bc4
feat: Replaced unit tests icons
2024-08-13 10:24:02 +03:00
Vio
603077526b
Merge branch 'LazyVim:main' into main
2024-06-12 20:02:30 +03:00
DrummyFloyd
4818e4b72f
fix: removed unnecessary env var ( #67 )
...
according to https://github.com/LazyVim/LazyVim/issues/2063#issuecomment-2143841592
this is not needed
2024-06-02 17:00:03 +02:00
Binciu Viorel
e472e08511
feat: Updated keymaps
2024-05-26 12:55:14 +03:00
Binciu Viorel
b58fa636a1
feat: Updated json
2024-05-26 12:55:00 +03:00
Binciu Viorel
2443077b04
feat: Added niovim
2024-05-26 12:54:42 +03:00
Binciu Viorel
804707c540
feat: Added undo-tree
2024-05-26 11:40:04 +03:00
Binciu Viorel
7f32284d52
feat: Added ruff-format
2024-05-26 11:39:59 +03:00
Binciu Viorel
10330f4e8f
feat: Added references
2024-05-26 11:39:54 +03:00
Binciu Viorel
ca2586c153
feat: Added notify
2024-05-26 11:39:47 +03:00
Binciu Viorel
de8a963708
feat: Added neotest
2024-05-26 11:39:44 +03:00
Binciu Viorel
73eb16d84c
feat: Added garbage-day
2024-05-26 11:39:38 +03:00
Binciu Viorel
6f63b0d976
feat: Added eureka
2024-05-26 11:39:32 +03:00
Binciu Viorel
01b4ba34a4
feat: Added autotag
2024-05-26 11:39:25 +03:00
Binciu Viorel
2275ddc34b
feat: Added advanced-git-search
2024-05-26 11:39:19 +03:00
Binciu Viorel
5b1f71480f
feat: Added editor
2024-05-26 10:16:00 +03:00
Binciu Viorel
957753ef18
feat: Added lsp
2024-05-26 10:10:54 +03:00
Binciu Viorel
611642e652
feat: Added catppuccin theme
2024-05-25 12:36:34 +03:00
Binciu Viorel
4fad1f3784
feat: Added neofusion theme
2024-05-25 12:36:34 +03:00
Binciu Viorel
2e69fb14cf
feat: Added colorscheme
2024-05-25 12:36:10 +03:00
Binciu Viorel
109669c09b
feat: Added clipboard copy
2024-05-25 12:30:02 +03:00
Alex Ford
b59e7c315b
docs: Update example plugin file to use native snippets with supertab. ( #66 )
2024-05-19 09:33:42 +02:00
denartha10
75625b29e8
fix: Deperecated syntax in bootstrapping of LazyVim starter ( #56 )
...
In the current state of the lazy.nvim repository, certain updates have been made. However, there remains an outdated reference to 'vim.loop' for the bootstrapping process of 'lazyvim' in this start repo for LazyVim, despite 'vim.loop' being deprecated. To rectify this, I suggest a minor alteration by replacing it with the following code snippet:
```lua
if not (vim.uv or vim.loop).fs_stat(lazypath) then
-- bootstrap
do
```
2024-03-29 17:53:46 +01:00
Folke Lemaitre
914c60ae75
fix: removed some outdated examples
2024-03-21 17:47:04 +01:00
Joshua Davis
741ff3aa70
fix: on_attach deprecated, replace with lsp.on_attach ( #45 )
2024-01-19 16:12:29 +01:00
Folke Lemaitre
92b2689e6f
docs: simplify cmp-emoji example
2023-10-09 10:28:53 +02:00
Miles Ramage
a13d5c9076
docs: corrected plugin spec location ( #25 )
...
Also fixed minor typos and ambiguities.
2023-06-02 23:27:43 +02:00
Folke Lemaitre
d9aa1d0f08
style: typo
2023-05-28 12:22:52 +02:00
Tom Mi
c5978d7e8c
fix: remove help causing error as nonexistent ( #23 )
2023-04-22 22:23:56 +02:00
Jesse Zomer
9ad6acdff1
refactor: sumneko -> lua_ls ( #18 )
2023-02-27 10:29:06 +01:00
Amir Khazaie
1a2b26d37c
fix(examples): fix a bug ( #10 )
...
According to documentation and my test, this is the way to add new items to the table
2023-01-27 15:56:32 +01:00
Folke Lemaitre
01a27d15c4
refactor: simplified fzf native example
2023-01-24 14:50:26 +01:00
jliaoh
2d99662e1a
fix(lazy): rearrange imports order so that user can overwrite extra modules ( #9 )
2023-01-23 23:40:49 +01:00
Folke Lemaitre
f764b0a599
feat: added extra for mini.animate
2023-01-23 00:11:55 +01:00
Folke Lemaitre
ad809a2885
fix(lazy): dont disable matchit, matchparen and netrw by default
2023-01-22 21:26:08 +01:00