Commit graph

37 commits

Author SHA1 Message Date
26954bc417
refactor(nvim): Reformat code 2025-05-27 11:02:56 +07:00
b39c708cde
feat(nvim/oil): A keymap to recursively open directories
Because oil.nvim don't group empty directories.

REF: https://github.com/stevearc/oil.nvim/issues/346
REF: https://github.com/stevearc/oil.nvim/pull/452
2025-05-27 10:42:43 +07:00
8c6f027a62
feat: Some LSP stuff 2025-05-27 08:07:53 +07:00
e80a0825e0
chore: Update htmljinja treesitter 2025-04-20 09:15:43 +07:00
7d4f61cff3
fix(nvim): MDX treesitter
REF: https://phelipetls.github.io/posts/mdx-syntax-highlight-treesitter-nvim/
2025-04-20 07:23:42 +07:00
0e18070f51
fix: Fork tree-sitter-htmldjango 2025-03-21 09:04:36 +07:00
d056a7407c
chore: Sync 2024-08-30 14:05:46 +07:00
acd513371b
refactor: Comment nix and hyprlang without spacing in between 2024-07-24 10:59:51 +07:00
2faf9059b8
refactor: Split nix config 2024-07-11 11:51:23 +07:00
8ab1be7a41
chore: Disable LSP for Kotlin
Causing memleak
2024-07-10 07:46:24 +07:00
6f9f1b5b5f
feat: LSP for Kotlin 2024-07-04 18:29:13 +07:00
70f2ee8bbe
fix(nvim): Load LSP on LazyFile 2024-07-02 11:54:55 +07:00
c6c0e33970
feat(nvim): Add git-conflict.nvim 2024-05-07 13:56:10 +07:00
f234d31a1d
feat: TODO comments 2024-05-03 11:05:02 +07:00
fb6bd7bba1
fix: Comment hotkey not working in visual mode 2024-05-03 09:27:23 +07:00
5df2ab4905
fix: Whoops, don't remove the keys 2024-04-24 11:21:49 +07:00
fb1562f804
chore: Disable lazy for oil.nvim
I need it to overwrite netrw, I can't figure out how to do that with
lazyload atm
2024-04-24 11:19:27 +07:00
4e085a506c
enhance(nvim): Visualise indentations 2024-04-18 14:02:55 +07:00
a1ad5ff829
enhance(nvim): q to close oil 2024-04-18 13:22:53 +07:00
577be59f57
chore(nvim): Fully migrated to lua!
Closes GH-5
2024-04-18 13:11:35 +07:00
d909aa1a51
feat(nvim): Port LazyFile
REF: https://github.com/folke/lazy.nvim/issues/1182
2024-04-18 12:49:06 +07:00
046ea79ea2
enhance(nvim): Lazy load completion when typing commands 2024-04-18 12:28:03 +07:00
4313d77fe7
enhance(nvim): Lazy load completion when entering insert mode 2024-04-18 12:23:51 +07:00
275d320196
style(nvim): Enable some extensions for lualine 2024-04-18 11:48:45 +07:00
c0ea2a1f14
chore(nvim): Migrated cmp and lsp config to lazy 2024-04-18 11:48:14 +07:00
53b74ff7fc
chore(nvim): Don't use single quote 2024-04-18 11:19:23 +07:00
4c5d2522d5
style(nvim): Port vim lightline setup to nvim lualine 2024-04-18 11:17:56 +07:00
4046c7f772
chore(nvim): Configure install behaviour 2024-04-18 11:17:01 +07:00
22e888a862
chore(nvim): Add elixir to treesitter 2024-04-18 10:18:26 +07:00
7356d51b6c
chore(nvim): Add more lang to treesitter 2024-04-18 10:17:07 +07:00
13467edd9d
chore(nvim): Add more lang to treesitter 2024-04-18 10:08:48 +07:00
d2283fd2a5
chore(nvim): Completion plugin(s) via Neo's LSP 2024-04-18 09:57:50 +07:00
db063c919a
chore(nvim): Wakatime 2024-04-18 09:57:34 +07:00
c85e6a9bff
refactor(nvim): Simplify lazyload 2024-04-18 09:50:53 +07:00
6636abb02f
chore(nvim): Split plugins to their own file and lazyload commentary 2024-04-18 09:48:03 +07:00
e4ad35f4a6
chore(nvim): Open oil with dash 2024-04-18 09:34:02 +07:00
f7c5370f5b
chore(nvim): Some clean up
- Start splitting plugins to their own files
- Config should be loaded first
- Config for plugins should be handled by lazy.nvim
2024-04-18 09:28:33 +07:00