fm39hz-laptop
793548d398
feat: configure git sign
2024-07-15 13:54:21 +07:00
fm39hz-laptop
5325c87b13
chore: remove redundant arguments
2024-07-04 17:01:12 +07:00
fm39hz-laptop
dcce817768
refactor: recreate folder structure
2024-07-04 14:22:44 +07:00
fm39hz-laptop
faaa4dbd8e
feat: add C# plugins
2024-06-28 14:38:00 +07:00
fm39hz-laptop
bbbf37e40e
fix: fix janky stutter with codeium
...
- based on where the cursor is, if is near the eof, codeium will try to
move cursor down
- remove keep cursor to prevent it
2024-06-28 14:37:33 +07:00
fm39hz-laptop
37d80952b3
fix: use toggle term everywhere
2024-06-25 14:00:36 +07:00
fm39hz-laptop
40bf0ddd6d
feat: add precognition
2024-06-13 15:39:57 +07:00
fm39hz-laptop
d742a5f887
fix: fix scrolloff options
2024-06-12 14:49:47 +07:00
fm39hz-laptop
6eb8001bea
chore: replace reader mode with builtin option
2024-06-12 00:42:42 +07:00
fm39hz-laptop
23ce58f87d
feat: add git submodule show
2024-06-11 09:42:40 +07:00
fm39hz-laptop
b2b3a5f4de
feat: add reader mode
2024-06-11 09:38:50 +07:00
fm39hz-laptop
a8f64e602b
feat: add import module plugin
2024-06-11 09:38:40 +07:00
fm39hz-laptop
7817eb9d9b
chore: remove pre enabled config
2024-06-06 16:19:15 +07:00
fm39hz-laptop
6fa9716b7e
chore: comment out plugins needed
2024-06-04 15:16:00 +07:00
fm39hz-laptop
a72df8d98a
feat: add asian character into spell check excluded
2024-06-04 15:14:46 +07:00
fm39hz-laptop
dd5f7d28b2
feat: remove duplicate keymaps
2024-06-04 00:45:32 +07:00
fm39hz-laptop
06fb5ee60a
doc: add documentation
2024-06-04 00:45:06 +07:00
FM39hz-laptop
70c162d816
fix: remove backup buf
2024-05-28 14:14:44 +07:00
fm39hz-workstation
802118b36e
fix: fix tmux rewrite keymap problem
2024-05-27 21:44:08 +07:00
fm39hz-workstation
b3d957994b
chore: change indent
2024-05-25 22:27:46 +07:00
fm39hz-workstation
ef2893ea13
chore: add lazy extra
2024-05-25 21:06:21 +07:00
fm39hz-workstation
d77f82e2b5
feat: add rounded corner for mini.files
2024-05-24 15:50:46 +07:00
fm39hz-workstation
abc7a88d12
feat: switch from lazyterm to toggleterm
2024-05-24 15:32:51 +07:00
fm39hz-workstation
89db61558c
chore: clean up comment
2024-05-24 14:20:16 +07:00
fm39hz-workstation
ff626e9fe6
fix: fix declaration keymap
2024-05-21 22:45:22 +07:00
fm39hz-workstation
fe0fa95085
feat: change change lazy load default
2024-05-21 11:19:39 +07:00
fm39hz-workstation
63d636a179
feat: add Compiler
2024-05-20 17:00:57 +07:00
fm39hz-workstation
0bcf25751c
feat: remove default configure
2024-05-20 16:44:00 +07:00
fm39hz-workstation
868186e1f3
feat: add lazy border
2024-05-20 16:42:55 +07:00
fm39hz-workstation
c5e339438e
feat: remove self config Refactoring
2024-05-20 15:46:02 +07:00
fm39hz-workstation
3033b2b0a4
feat: add border for diagnostic
2024-05-16 11:21:17 +07:00
fm39hz-workstation
16da5cefe8
feat: add C#
2024-05-16 11:18:16 +07:00
fm39hz-workstation
9934a4a5a0
feat: add keymap for flutter
2024-05-16 10:31:52 +07:00
fm39hz-workstation
3380993810
feat: configure with telescope
2024-05-16 10:09:13 +07:00
fm39hz-workstation
ae21c50806
feat: config highlight color
2024-05-16 09:16:59 +07:00
fm39hz-workstation
aafe40ece1
feat: disable auto check for update
...
- due to slow start up, gonna disable check for update
2024-05-15 15:33:07 +07:00
fm39hz-workstation
1ed3febfc6
feat: change default color scheme
2024-05-15 15:32:09 +07:00
fm39hz-workstation
9fc894812a
feat: add refactor
2024-05-15 09:04:27 +07:00
fm39hz-workstation
7d2f353bc0
feat: add gitpad
2024-05-15 08:38:41 +07:00
fm39hz-workstation
04a86beaab
feat: map with F keys
2024-05-14 07:16:39 +07:00
fm39hz-workstation
a7d6bcbf96
style: config neovim visual
...
- everforest theme
- git blame inline
2024-05-13 12:49:19 +07:00
fm39hz-workstation
07aaf163fe
feat: add nowait opts for command
2024-05-13 11:51:21 +07:00
fm39hz-workstation
043c8a2e72
feat: remap command keys
2024-05-13 10:23:16 +07:00
fm39hz-workstation
8bc66e3d07
feat: add my own plugins
...
- oil.nvim
- togglecheckbox
2024-05-13 10:19:50 +07: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
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
Folke Lemaitre
83ea4bfcf3
docs: updated readme to point to the installation section of the docs
2023-01-22 15:44:25 +01:00
Folke Lemaitre
e1f0f3443d
feat: set `config.defaults.version` for now. Too many semver plugins have outdated releases
2023-01-17 16:39:38 +01:00