mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
Adding my neovim config
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# README
|
||||
|
||||
I'm learning NEOVIM and by keeping it in git means I can sync the config between
|
||||
my Linux Hosts
|
||||
|
||||
Current goals
|
||||
|
||||
- Get Neorg setup for my notes
|
||||
- Get blink setup with auto complete in code
|
||||
- Probably integrate chatgpt or something to avoid the copy and paste
|
||||
|
||||
## LazyVIM
|
||||
|
||||
### Leaders (SPACE)
|
||||
|
||||
SPACE - File picker
|
||||
u - UI Enable/Disable stuff
|
||||
][b - Switch Buffer (Tabs)
|
||||
|
||||
### Keymaps
|
||||
|
||||
Open the keymap.lua file, and add entries there
|
||||
|
||||
### Mini file explores
|
||||
|
||||
SPACE f m
|
||||
|
||||
This allows you to use EDIT functions to create, rename, files
|
||||
Use = to commit and q to step out
|
||||
|
||||
### TODO
|
||||
|
||||
- [x] Play with GIT integration
|
||||
- [ ] Figure out :terminal
|
||||
- There seems to be a video dedicated on terminal usage in LazyVIM
|
||||
- [ ] Figure out how to disable auto complete for markdown
|
||||
|
||||
### Co-Pilot
|
||||
|
||||
Seems to be working, but not sure how to use it yet. But in the base it's typing
|
||||
and then just pressing enter. If this thing does a co-pilot call whenever I'm
|
||||
typing, then I suddenly understand why we have such high energy bills.
|
||||
Reference in New Issue
Block a user