add patched nerd fonts
This commit is contained in:
parent
c863de3712
commit
cc7ab7aaa0
@ -1,7 +1,6 @@
|
||||
alias fixnasperms="sudo bash -c 'find . -type d -exec chmod 775 {} \\; && find . -type f -exec chmod 664 {} \\; && chown -R 2000:2000 .'"
|
||||
# alias wordgrinder="gnome-terminal --profile=wordgrinder -t wordgrinder --full-screen -- wordgrinder"
|
||||
alias wordgrinder="kitty -c ~/.wordgrinder/kitty.conf --session ~/.wordgrinder/kitty.session --start-as=fullscreen"
|
||||
alias vim=nvim
|
||||
alias tmux="tmux -2"
|
||||
alias ssh="TERM=xterm ssh"
|
||||
alias pyenv3="pyenv shell 3.6.12"
|
||||
|
@ -1,4 +1,5 @@
|
||||
font_family Fira Code Retina
|
||||
# font_family Fira Code Retina
|
||||
font_family Fira Code Retina Nerd Font Complete
|
||||
disable_ligatures never
|
||||
background_opacity 0.95
|
||||
|
||||
@ -98,43 +99,43 @@ color15 #fce8c3
|
||||
###########################################################
|
||||
|
||||
# "Nerd Fonts - Pomicons"
|
||||
symbol_map U+E000-U+E00D Symbols Nerd Font
|
||||
#symbol_map U+E000-U+E00D Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Powerline"
|
||||
symbol_map U+e0a0-U+e0a2,U+e0b0-U+e0b3 Symbols Nerd Font
|
||||
#symbol_map U+e0a0-U+e0a2,U+e0b0-U+e0b3 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Powerline Extra"
|
||||
symbol_map U+e0a3-U+e0a3,U+e0b4-U+e0c8,U+e0cc-U+e0d2,U+e0d4-U+e0d4 Symbols Nerd Font
|
||||
#symbol_map U+e0a3-U+e0a3,U+e0b4-U+e0c8,U+e0cc-U+e0d2,U+e0d4-U+e0d4 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Symbols original"
|
||||
symbol_map U+e5fa-U+e62b Symbols Nerd Font
|
||||
#symbol_map U+e5fa-U+e62b Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Devicons"
|
||||
symbol_map U+e700-U+e7c5 Symbols Nerd Font
|
||||
#symbol_map U+e700-U+e7c5 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Font awesome"
|
||||
symbol_map U+f000-U+f2e0 Symbols Nerd Font
|
||||
#symbol_map U+f000-U+f2e0 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Font awesome extension"
|
||||
symbol_map U+e200-U+e2a9 Symbols Nerd Font
|
||||
#symbol_map U+e200-U+e2a9 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Octicons"
|
||||
symbol_map U+f400-U+f4a8,U+2665-U+2665,U+26A1-U+26A1,U+f27c-U+f27c Symbols Nerd Font
|
||||
#symbol_map U+f400-U+f4a8,U+2665-U+2665,U+26A1-U+26A1,U+f27c-U+f27c Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Font Linux"
|
||||
symbol_map U+F300-U+F313 Symbols Nerd Font
|
||||
#symbol_map U+F300-U+F313 Symbols Nerd Font
|
||||
|
||||
# Nerd Fonts - Font Power Symbols"
|
||||
symbol_map U+23fb-U+23fe,U+2b58-U+2b58 Symbols Nerd Font
|
||||
#symbol_map U+23fb-U+23fe,U+2b58-U+2b58 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Material Design Icons"
|
||||
symbol_map U+f500-U+fd46 Symbols Nerd Font
|
||||
#symbol_map U+f500-U+fd46 Symbols Nerd Font
|
||||
|
||||
# "Nerd Fonts - Weather Icons"
|
||||
symbol_map U+e300-U+e3eb Symbols Nerd Font
|
||||
#symbol_map U+e300-U+e3eb Symbols Nerd Font
|
||||
|
||||
# Misc Code Point Fixes
|
||||
symbol_map U+21B5,U+25B8,U+2605,U+2630,U+2632,U+2714,U+E0A3,U+E615,U+E62B Symbols Nerd Font
|
||||
#symbol_map U+21B5,U+25B8,U+2605,U+2630,U+2632,U+2714,U+E0A3,U+E615,U+E62B Symbols Nerd Font
|
||||
|
||||
#############
|
||||
# LSD Icons
|
||||
|
@ -1,26 +0,0 @@
|
||||
function! myspacevim#before() abort
|
||||
" let g:go_gopls_enabled = 0
|
||||
" let g:neomake_c_enabled_makers = ['clang']
|
||||
" you can defined mappings in bootstrap function
|
||||
" for example, use kj to exit insert mode.
|
||||
" inoremap kj <Esc>
|
||||
set colorcolumn=80
|
||||
autocmd Filetype java setlocal colorcolumn=100
|
||||
autocmd Filetype html setlocal colorcolumn=100
|
||||
autocmd Filetype go setlocal colorcolumn=100
|
||||
autocmd Filetype netrw setlocal colorcolumn=
|
||||
|
||||
autocmd FileType python setlocal expandtab
|
||||
autocmd FileType python setlocal tabstop=4
|
||||
autocmd FileType python setlocal shiftwidth=4
|
||||
autocmd FileType yaml setlocal expandtab
|
||||
autocmd FileType helm setlocal expandtab
|
||||
|
||||
command! W w !sudo tee >/dev/null %
|
||||
endfunction
|
||||
|
||||
function! myspacevim#after() abort
|
||||
" you can remove key binding in bootstrap_after function
|
||||
" iunmap kj
|
||||
let g:neomake_go_enabled_makers = []
|
||||
endfunction
|
1
any/vim/.SpaceVim.d/autoload/myspacevim.vim
Symbolic link
1
any/vim/.SpaceVim.d/autoload/myspacevim.vim
Symbolic link
@ -0,0 +1 @@
|
||||
../myspacevim.vim
|
1
any/vim/.SpaceVim.d/coc-settings.json
Symbolic link
1
any/vim/.SpaceVim.d/coc-settings.json
Symbolic link
@ -0,0 +1 @@
|
||||
../.SpaceVim/coc-settings.json
|
@ -130,3 +130,15 @@
|
||||
[[custom_plugins]]
|
||||
repo = 'towolf/vim-helm'
|
||||
merge = false
|
||||
|
||||
[[custom_plugins]]
|
||||
repo = 'jackMort/ChatGPT.nvim'
|
||||
merge = false
|
||||
|
||||
[[custom_plugins]]
|
||||
repo = 'MunifTanjim/nui.nvim'
|
||||
merge = false
|
||||
|
||||
[[custom_plugins]]
|
||||
repo = 'github/copilot.vim'
|
||||
merge = false
|
||||
|
31
any/vim/.SpaceVim.d/myspacevim.vim
Normal file
31
any/vim/.SpaceVim.d/myspacevim.vim
Normal file
@ -0,0 +1,31 @@
|
||||
function! myspacevim#before() abort
|
||||
" let g:go_gopls_enabled = 0
|
||||
" let g:neomake_c_enabled_makers = ['clang']
|
||||
" you can defined mappings in bootstrap function
|
||||
" for example, use kj to exit insert mode.
|
||||
" inoremap kj <Esc>
|
||||
set colorcolumn=80
|
||||
autocmd Filetype java setlocal colorcolumn=100
|
||||
autocmd Filetype html setlocal colorcolumn=100
|
||||
autocmd Filetype go setlocal colorcolumn=100
|
||||
autocmd Filetype netrw setlocal colorcolumn=
|
||||
|
||||
autocmd FileType python setlocal expandtab
|
||||
autocmd FileType python setlocal tabstop=4
|
||||
autocmd FileType python setlocal shiftwidth=4
|
||||
autocmd FileType yaml setlocal expandtab
|
||||
autocmd FileType helm setlocal expandtab
|
||||
|
||||
command! W w !sudo tee >/dev/null %
|
||||
endfunction
|
||||
|
||||
function! myspacevim#after() abort
|
||||
" you can remove key binding in bootstrap_after function
|
||||
" iunmap kj
|
||||
let g:neomake_go_enabled_makers = []
|
||||
hi Normal guibg=NONE ctermbg=NONE
|
||||
hi EndOfBuffer guibg=NONE ctermbg=NONE
|
||||
lua <<HERE
|
||||
require("chatgpt").setup({})
|
||||
HERE
|
||||
endfunction
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user