Merge branch 'master' of github.com:thomasmarcel/kickstart.nvim
This commit is contained in:
commit
d884cb615e
|
@ -0,0 +1 @@
|
|||
return { 'rafamadriz/neon' }
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/Apprentice' }
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/flattened' }
|
|
@ -0,0 +1 @@
|
|||
return { 'romainl/vim-dichromatic' }
|
|
@ -6,8 +6,12 @@ let g:thematic#themes = {
|
|||
\ 'afterglow' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
\ 'alduin' : {
|
||||
\ },
|
||||
\ 'anthraxylon' : {
|
||||
\ },
|
||||
\ 'apprentice' : {
|
||||
\ },
|
||||
\ 'aquarium' : {
|
||||
\ },
|
||||
\ 'aylin' : {
|
||||
|
@ -24,6 +28,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'deus' : {
|
||||
\ },
|
||||
\ 'dichromatic' : {
|
||||
\ },
|
||||
\ 'dracula' : {
|
||||
\ 'typeface': 'FuraCode Nerd Font Mono Light',
|
||||
\ },
|
||||
|
@ -35,6 +41,8 @@ let g:thematic#themes = {
|
|||
\ },
|
||||
\ 'falcon' : {
|
||||
\ },
|
||||
\ 'flattened' : {
|
||||
\ },
|
||||
\ 'gloombuddy' : {
|
||||
\ },
|
||||
\ 'gotham' : {
|
||||
|
|
Loading…
Reference in New Issue