migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

21
nvim/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Neovim
## Common Commands
Normal Mode:
- `<leader>S` : search and replace with nvim spectre, it checks from your current directory
- `K`: check type
- `<leader>ca` : code action
- `<leader>fg` : live grep from currently dir
## Debugging
- vim print in nvim:
`lua vim.print(vim.lsp.get_active_clients({name = 'pyright'})[1])`
## Server Setup Schemas
- Go into vim, type :Mason, open a language server with enter, then open it's schema with enter again
## TODO
- figure out better formatting and linting solution
- clean up settings and remap