From 81ca9ac5561dd9b294a981a8d5f398a8dc65eb71 Mon Sep 17 00:00:00 2001 From: Xamora Date: Mon, 13 May 2024 19:05:22 +0200 Subject: [PATCH] patch export intelijj idea --- config.fish | 4 ++++ foot.ini | 2 +- init.vim | 9 ++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/config.fish b/config.fish index 1c947f7..eaf783a 100644 --- a/config.fish +++ b/config.fish @@ -4,3 +4,7 @@ alias spu="sudo pacman -Syu" alias sps="sudo pacman -S" alias pss="pacman -Ss" + + #Export + export _JAVA_AWT_WM_NONREPARENTING=1 + diff --git a/foot.ini b/foot.ini index 0a05481..0809d26 100644 --- a/foot.ini +++ b/foot.ini @@ -8,7 +8,7 @@ # title=foot # locked-title=no - font=monospace:size=16 + font=monospace:size=14 # font-bold= # font-italic= # font-bold-italic= diff --git a/init.vim b/init.vim index 8d2bf08..8e5a8bc 100644 --- a/init.vim +++ b/init.vim @@ -27,13 +27,17 @@ Plug 'https://github.com/lifepillar/pgsql.vim' " PSQL Pluging needs :SQLSetType Plug 'https://github.com/ap/vim-css-color' " CSS Color Preview Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme Plug 'neoclide/coc.nvim', {'branch': 'release'} " Auto Completion -Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons +"Plug 'ryanoasis/vim-devicons' " Icons File Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation Plug 'norcalli/nvim-colorizer.lua' "Color Hexadecimal Plug 'https://github.com/chrisbra/unicode.vim' "For utf-8 emoji +" for vim-devicons +set encoding=UTF-8 +let g:airline_powerline_fonts = 1 + call plug#end() " If there are only terminal and NerdTree, all close @@ -106,13 +110,12 @@ call plug#end() nnoremap :call SetNERDTreeSize(g:NERDTreeDefaultSize) " -nnoremap :TagbarToggle +"nnoremap :TagbarToggle " Symbol for folder in nerd tree let g:NERDTreeDirArrowExpandable="+" let g:NERDTreeDirArrowCollapsible="~" - " Having longer updatetime (default is 4000 ms = 4s) leads to noticeable " delays and poor user experience set updatetime=300