Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
facb032
Remove lazy-lock.json from gitignore for better maintenance
CCLJ May 11, 2025
6379741
Modularize kickstart nvim config for better maintenance in the future
CCLJ May 17, 2025
61c4db9
Added several plugins and updated versions of already installed ones
CCLJ May 25, 2025
7e73089
Merge branch 'master' into current
CCLJ May 25, 2025
6738ddd
Update config from local
CCLJ May 26, 2025
e32e1ef
Update config from local
CCLJ May 26, 2025
6c3c5b7
Update config from local
CCLJ May 30, 2025
c2a401d
Update config from local
CCLJ May 30, 2025
cc714e2
Update config from local
CCLJ Jun 1, 2025
754c299
Replacing telescope with fzflua for better fuzzy finding performance;…
CCLJ Jun 5, 2025
89f5ea1
Remove custom keymap from fzf-lua since achieving it was taking too m…
CCLJ Jun 5, 2025
7314aac
Merge pull request #1 from CCLJ/plugin/fzflua
CCLJ Jun 5, 2025
bc2926e
Update plugins
CCLJ Jun 5, 2025
5ed5c57
Add undotree plugin; updated harpoon setup but stil some issues with …
CCLJ Jun 9, 2025
13845c0
Typo in text
CCLJ Jun 9, 2025
523730e
Update treesitter branch from master to main; added treesitter-textbj…
CCLJ Jun 10, 2025
2f1a926
Add more git utilities
CCLJ Jun 12, 2025
cf87d4b
Add more lsp servers installed by default; add code snippet to enable…
CCLJ Jun 16, 2025
45020f8
Fix some folder structures to follow neovim lua guide; added indent l…
CCLJ Jun 18, 2025
a2fa976
Remove unused piece of code
CCLJ Jun 18, 2025
57f283e
Add leetcode plugin; update gitsigns and lualina
CCLJ Jun 19, 2025
e0f01db
Update some plugins with lazy
CCLJ Jun 19, 2025
64bb543
Add lsp config for rust, added more languages to the treesitter ensur…
CCLJ Jun 21, 2025
b550b7a
Update lazy-lock json from linux machine since windows tends to updat…
CCLJ Jun 21, 2025
7a40a8b
Use setup config for setting up treesitter keymaps instead of setting…
CCLJ Jun 21, 2025
a0bc9eb
Update plugins
CCLJ Jun 29, 2025
5937a93
Run setup function for treesitter
CCLJ Jul 1, 2025
fa44471
Add more tools for golang; updated plugins too
CCLJ Jul 4, 2025
f508d67
Delete some default comments
CCLJ Jul 8, 2025
b2ca22b
Update plugins
CCLJ Jul 9, 2025
ee50dd9
Remove archived plugin rust-tools; updated plugins
CCLJ Jul 14, 2025
d30de81
Update plugins
CCLJ Aug 5, 2025
ef02e66
Update plugins
CCLJ Aug 11, 2025
e3ef8c6
Update plugins
CCLJ Aug 18, 2025
2266e5d
Update plugins; update github repo referenes for mini plugins
CCLJ Sep 8, 2025
64ad401
Update plugins
CCLJ Sep 15, 2025
23c1a3d
Update plugins
CCLJ Sep 22, 2025
a8d72f2
Update plugins
CCLJ Sep 29, 2025
4f08bcb
Update plugins
CCLJ Oct 6, 2025
6281ca6
Update plugins
CCLJ Oct 13, 2025
e3f4c88
Update plugins
CCLJ Nov 10, 2025
3bc5da2
Update plugins
CCLJ Nov 17, 2025
051332c
Update plugins
CCLJ Nov 24, 2025
ba92fdb
Update plugins
CCLJ Dec 2, 2025
17096a8
Update plugins
CCLJ Dec 23, 2025
71818bd
Update plugins
CCLJ Dec 29, 2025
4f33f56
Update plugins
CCLJ Jan 5, 2026
dd34cfa
Update plugins
CCLJ Jan 12, 2026
0698fc1
Update plugins
CCLJ Jan 18, 2026
978af46
Update plugins
CCLJ Jan 26, 2026
513874d
Update plugins; need newer tree-sitter-cli package for arch
CCLJ Feb 2, 2026
204e2c4
Update plugins
CCLJ Mar 9, 2026
1e58d44
Remove some plugins that were conflicting or not being used
CCLJ Mar 15, 2026
7f7aeb5
Adding formatters, linting and enabling autopair plugin I forgot last…
CCLJ Mar 17, 2026
f84ddba
Small improvementes in lsp config; trying to add lsp with biome for t…
CCLJ Mar 18, 2026
84120d1
Adding autoclosing of html tags in tsx files
CCLJ Mar 18, 2026
7c3a4bd
Removing some unnecessary comments and lines
CCLJ Mar 18, 2026
f5af03f
Add comment explaining how formatting with biome and conform works
CCLJ Mar 18, 2026
d299352
Expand comment explaining current autocmp issues with biome lsp
CCLJ Mar 18, 2026
131a329
Move ts-autotag to be a dependency of treesitter instead of having it…
CCLJ Mar 18, 2026
1d6cb2b
Update plugins; catpuccin pending due to breaking changes
CCLJ Mar 18, 2026
bbdb00f
Update catppuccin
CCLJ Mar 18, 2026
ece7cee
Added flutter-tools plugin
CCLJ Mar 20, 2026
5444fae
Update plugins
CCLJ Mar 30, 2026
c65b956
Add keymap to save file and trigger oil in one go
CCLJ Mar 30, 2026
e163781
Locking version for nvim-treesitter since it dropped support for neov…
CCLJ Apr 5, 2026
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ test.sh
nvim

spell/
lazy-lock.json

3 changes: 3 additions & 0 deletions after/ftplugin/python.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.softtabstop = -1
Loading
Loading