Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
5e43123
Added relative line number
andreiblt1304 Jun 26, 2024
2b354c0
Added custom config file
andreiblt1304 Jun 26, 2024
84275d1
Added code completion on Enter + Neotree command
andreiblt1304 Jun 28, 2024
ce6a459
Added neotree to be opened with float mode
andreiblt1304 Jul 8, 2024
524543c
Added web devicons
andreiblt1304 Jul 9, 2024
a965cc8
Added LazyGit
andreiblt1304 Jul 10, 2024
7b83929
Fixed LazyGit
andreiblt1304 Jul 10, 2024
1deb634
Added first commit for rust debugging
andreiblt1304 Jul 10, 2024
93b8e48
Added plugin for easier terminal usage
andreiblt1304 Jul 10, 2024
cc1c80c
test commit
andreiblt1304 Jul 12, 2024
5ffef98
Updated key mappings
andreiblt1304 Jul 17, 2024
676582e
which-key v3 update (#1022)
VlaDexa Jul 16, 2024
959a163
fix(lazy): added error handling for bootstrap (#1001)
folke Jul 16, 2024
1b18689
Added window picker and another theme
andreiblt1304 Jul 18, 2024
702bf5c
fix: add required parsers from nvim-treesitter
tjdevries Jul 18, 2024
e4d3d47
Fix neo-tree keymap description (#932)
dam9000 Jul 21, 2024
0d13798
Make debug lazy loadable (#978)
VlaDexa Jul 21, 2024
7324701
Update README.md | %userprofile%\appdata\local -> %localappdata% (#963)
MZhuvka Jul 21, 2024
a7bb5ab
Make conform.nvim be lazy-loadable again (#977)
VlaDexa Jul 21, 2024
cec70ef
Fix comment about mini.ai example (#985)
rmacklin Jul 21, 2024
aad2148
Neovim 0.10 updates (#936)
VlaDexa Jul 22, 2024
97b988c
Update lazydev config to fix "Undefined field `fs_stat`" LSP error (#…
rmacklin Jul 22, 2024
1ba8a78
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled` (#947)
srdtrk Jul 22, 2024
c5904f2
Update comment about the toggle inlay hints keymap (#1041)
rmacklin Jul 22, 2024
7b3c7d1
Merge remote-tracking branch 'upstream/master' into merging
andreiblt1304 Jul 30, 2024
2c5da82
Merge pull request #2 from andreiblt1304/merging
andreiblt1304 Jul 30, 2024
ab27c53
Added errors list message popup
andreiblt1304 Jul 31, 2024
2ed1edf
Added plugin for markdown + gopls LSP
andreiblt1304 Aug 23, 2024
520525b
Merge remote-tracking branch 'upstream/master' into update
andreiblt1304 Aug 23, 2024
c243c4b
Merge remote-tracking branch 'upstream/master' into update
andreiblt1304 Aug 29, 2024
915136e
Added git-blame plugin
andreiblt1304 Oct 5, 2024
d16907c
Added clippy check in nvim
andreiblt1304 Oct 10, 2024
f080cf0
Added custom file for go
andreiblt1304 Oct 10, 2024
7c012f7
Fixed contract module error
andreiblt1304 Oct 10, 2024
cc18bb8
Merge branch 'master' into update
andreiblt1304 Nov 18, 2024
f5fab62
Fixed config
andreiblt1304 Nov 18, 2024
19800a5
WIP inlay hints
andreiblt1304 Nov 18, 2024
a0bce48
Added inlay hints
andreiblt1304 Nov 18, 2024
5e6d489
Added keymap for inlay hints
andreiblt1304 Nov 18, 2024
2fb29ed
Added comment
andreiblt1304 Nov 27, 2024
a6df9ca
Updated lock.json
andreiblt1304 Nov 27, 2024
9d4ed2e
Merge remote-tracking branch 'upstream/master' into merge-main
andreiblt1304 Nov 27, 2024
690598c
Fixed error
andreiblt1304 Nov 27, 2024
5100daf
Merge pull request #3 from andreiblt1304/merge-main
andreiblt1304 Nov 27, 2024
bb18dfa
Lazy lock update
andreiblt1304 Dec 3, 2024
7e81540
Update lazy-lock
andreiblt1304 Dec 23, 2024
6fafa67
Merge remote-tracking branch 'upstream/master' into merging
andreiblt1304 Dec 23, 2024
7ed7500
Merge remote-tracking branch 'upstream/master' into master-merge
andreiblt1304 Feb 22, 2025
1d86290
Merge pull request #4 from andreiblt1304/master-merge
andreiblt1304 Feb 25, 2025
e999ab7
Formatting + lock update
andreiblt1304 Apr 7, 2025
538b06e
Merge remote-tracking branch 'upstream/master' into master-sync
andreiblt1304 Apr 7, 2025
c84949b
Merge branch 'master-sync' into master-into-update
andreiblt1304 Apr 7, 2025
44bf977
Added different status bar theme
andreiblt1304 Apr 7, 2025
4de0c61
Add noice nvim
andreiblt1304 Apr 8, 2025
f65babb
Added ignore file for telescope
andreiblt1304 Apr 10, 2025
1a22b15
Merge branch 'update' into update-in-master
andreiblt1304 Apr 10, 2025
7d9c9f9
Added lazy-lock in .gitignore
andreiblt1304 Apr 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tags
test.sh
.luarc.json
nvim
lazy-lock.json
Loading
Loading