mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): config
This commit is contained in:
parent
88b70c5bb0
commit
23d948521d
5 changed files with 523 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -2,6 +2,8 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
||||
!packages.txt
|
||||
|
||||
!.config/
|
||||
!.config/starship.toml
|
||||
|
||||
|
|
@ -9,7 +11,8 @@
|
|||
!.config/fish/conf.d/
|
||||
!.config/fish/conf.d/alias.fish
|
||||
!.config/fish/conf.d/starship.fish
|
||||
!.config/fish/conf.d/colorscheme.fish
|
||||
!.config/fish/conf.d/locale.fish
|
||||
!.config/fish/conf.d/starship.fish
|
||||
|
||||
!.config/fish/functions/
|
||||
!.config/fish/functions/add_spacer_tile.fish
|
||||
|
|
@ -27,6 +30,9 @@
|
|||
|
||||
!.tmux.conf
|
||||
|
||||
!.config/nvim/
|
||||
!.config/nvim/init.lua
|
||||
|
||||
!.vim/
|
||||
!.vim/colors/
|
||||
!.vim/colors/monokai.vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue