add patched nerd fonts

This commit is contained in:
Diego Fernando Carrión 2023-02-08 13:15:21 +01:00
parent c863de3712
commit cc7ab7aaa0
No known key found for this signature in database
GPG Key ID: 811EF2E03998BFC4
18 changed files with 60 additions and 41 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
../myspacevim.vim

View File

@ -0,0 +1 @@
../.SpaceVim/coc-settings.json

View File

@ -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

View 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