index
:
nvim
master
My Neovim setup
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
pml68
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: move lsp configs to `lsp/`
pml68
2025-09-16
12
-133
/
+42
|
*
feat: change some keymaps
pml68
2025-09-06
1
-4
/
+4
|
|
|
|
|
|
|
|
Esc:nohl->CR:nohl x:bd-> x:bw n:bn added p:bp added d:"_d (disable copy for d)
*
feat(guard.nvim): enable `taplo` formatter for TOML
pml68
2025-07-22
2
-5
/
+6
|
*
feat(crates.nvim): enable all LSP options
pml68
2025-07-13
1
-0
/
+6
|
*
fix: add missing cmd triggers for Mason
pml68
2025-05-14
1
-2
/
+2
|
*
feat: enable `crates.nvim` on BufWrite for Cargo.toml files
pml68
2025-05-13
1
-1
/
+1
|
*
feat(keymaps): bring back selection after indenting
pml68
2025-04-15
1
-0
/
+2
|
*
feat: add increment/decrement keymaps [skip ci]
pml68
2025-04-06
1
-0
/
+2
|
*
feat: remove keymaps (they're mapped in 0.11 by default) [skip ci]
pml68
2025-04-05
1
-3
/
+0
|
*
refactor: just some generic stuff
pml68
2025-04-05
2
-1
/
+2
|
*
refactor: enhance some remaps [skip ci]
pml68
2025-04-01
1
-3
/
+6
|
*
feat: update to 0.11 [skip ci]
pml68
2025-03-29
2
-4
/
+4
|
*
feat: change keymaps
pml68
2025-03-29
1
-3
/
+2
|
*
feat: update TODO finder fn
pml68
2025-03-23
1
-12
/
+18
|
*
fix: make inlay hints toggle local to current buffer
pml68
2025-02-24
1
-1
/
+1
|
*
feat: switch back to stable tag for `saecki/crates.nvim`
pml68
2025-02-22
1
-1
/
+1
|
*
feat: lock saecki/crates.nvim to latest commit, enable cmp completion
pml68
2025-02-18
1
-2
/
+8
|
*
feat: add unocss LSP
pml68
2025-02-12
2
-0
/
+2
|
*
feat: set cmp throttle to 0ms
pml68
2025-01-21
1
-0
/
+3
|
*
feat: update telescope find_files settings
pml68
2025-01-13
1
-1
/
+2
|
*
feat: switch to rosepine-tmuxed for distorted colors
pml68
2025-01-11
2
-3
/
+3
|
*
feat: add error and warning diagnostic counts to statusline
pml68
2025-01-07
1
-0
/
+7
|
*
feat: switch to nightly rust-analyzer from rustup
pml68
2025-01-05
1
-1
/
+0
|
*
fix: revert to rust.vim, fix weird cmp behavior
pml68
2025-01-01
5
-12
/
+19
|
*
fix: cmp deleting text, behaving weirdly
pml68
2024-12-31
1
-1
/
+10
|
*
feat: add kexmap for Gitsigns reset_hunk
pml68
2024-12-31
2
-1
/
+2
|
*
feat: use tabs in Makefiles, use LSP for rust formatting
pml68
2024-12-24
1
-1
/
+1
|
*
feat: remove `--hidden` flag from telescope find_command
pml68
2024-12-18
1
-1
/
+1
|
*
feat: new keymap for finding TODOs
pml68
2024-12-16
2
-0
/
+29
|
*
refactor(plugins): replace rust.vim with fmt("rustfmt") in guard.nvim
pml68
2024-12-03
2
-7
/
+1
|
*
feat(plugins): add workspace-diagnostics.nvim and ccc.nvim
pml68
2024-12-03
4
-9
/
+19
|
*
fix: gopher not installing deps on first launch
pml68
2024-12-01
1
-3
/
+1
|
*
feat: add Go support
pml68
2024-11-30
7
-0
/
+38
|
*
feat: split plugins.lua into manageable "chunks"
pml68
2024-11-29
13
-293
/
+284
|
*
feat: remove deprecated API call
pml68
2024-11-29
1
-2
/
+1
|
*
feat: add java support
pml68
2024-11-25
2
-0
/
+6
|
*
feat: remove unneeded (and broken) plugins
pml68
2024-10-31
1
-22
/
+0
|
*
feat: disable mouse
pml68
2024-10-30
1
-30
/
+30
|
*
feat: change color rendering from 'virtual' to 'background'
pml68
2024-10-25
1
-1
/
+1
|
*
feat: add eandrju/cellular-automaton.nvim
pml68
2024-10-09
3
-7
/
+14
|
*
feat: switch from emmet-ls to emmet-language-server
pml68
2024-10-09
3
-2
/
+2
|
*
feat: change some remaps
pml68
2024-10-01
2
-4
/
+4
|
|
|
|
s
*
feat: add C# to format-on-save list
pml68
2024-09-18
1
-1
/
+1
|
*
feat: update "tsserver" to "ts_ls" for new LSP config update
Polesznyák Márk László
2024-09-06
1
-1
/
+1
|
*
feat: comment out ASM LSP
pml68
2024-09-02
2
-2
/
+2
|
*
feat: add `cmp-emoji` plugin
pml68
2024-08-28
2
-2
/
+4
|
*
feat: guard.nvim config changes
pml68
2024-08-27
1
-2
/
+2
|
*
refactor: remove unneeded code
pml68
2024-08-27
1
-4
/
+0
|
*
feat: add list of LSPs to statusline (thanks u/Lamarcke)
pml68
2024-08-26
1
-1
/
+35
|
*
refactor: use the "official" configuration for termux ls instead of whatever ↵
pml68
2024-08-26
2
-6
/
+11
|
|
|
|
I threw together
[next]