diff --git a/configs/editors.nix b/configs/editors.nix index 0cc2bfe..76cb8d7 100644 --- a/configs/editors.nix +++ b/configs/editors.nix @@ -15,7 +15,7 @@ let vim_conf = '' set number set path=$PWD/** set completeopt=menu,longest - set wildmode=list:longest wildignore+=${commaSep config.constants.ignore} + set wildmode=list:full wildignore+=${commaSep config.constants.ignore} set shortmess+=aI set nowritebackup noswapfile set mouse=a @@ -91,7 +91,7 @@ let vim_conf = '' autocmd bufnewfile,bufread *.do set filetype=sh autocmd bufnewfile,bufread *.fs :packadd vim-fsharp | set filetype=fsharp autocmd bufnewfile,bufread *.h set keywordprg=man\ 3 - autocmd bufnewfile,bufread *.md set filetype=markdown.pandoc + autocmd bufnewfile,bufread *.md set filetype=markdown.pandoc | set nospell autocmd bufnewfile,bufread *.nix :packadd vim-nix autocmd bufnewfile,bufread *.rust :packadd rust-vim deoplete-rust autocmd bufnewfile,bufread *.tex :packadd vimtex | set filetype=tex diff --git a/configs/graphics.nix b/configs/graphics.nix index 7774cdf..2266d84 100644 --- a/configs/graphics.nix +++ b/configs/graphics.nix @@ -186,9 +186,9 @@ let font pango:${uiFont.name} ${toString uiFont.size} floating_modifier $mod - hide_edge_borders smart - new_window pixel 2 - new_float pixel 2 + hide_edge_borders both + default_border pixel 2 + default_floating_border none bindsym $mod+Return exec ${config.defaultApplications.terminal} bindsym $mod+y exec ${config.defaultApplications.browser}