Added editor configuration
This commit is contained in:
parent
52d4fd0157
commit
a2bf55714e
8 changed files with 112 additions and 3 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
*
|
||||
!*/
|
||||
!.gitignore
|
||||
|
||||
# Neovim
|
||||
!/.config/nvim/lua/custom/*.lua
|
||||
!/.config/nvim/lua/custom/configs/*.lua
|
||||
|
||||
# VS Code
|
||||
!/.config/Code - OSS/User/settings.json
|
Loading…
Add table
Add a link
Reference in a new issue