home.nix | cleanup
This commit is contained in:
parent
b7d90c1275
commit
2b2653baa5
1 changed files with 4 additions and 36 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
''
|
''
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
|
|
@ -54,38 +53,7 @@
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
let g:ale_linters = { 'nix': ['statix']}
|
let g:ale_linters = { 'nix': ['statix']}
|
||||||
'';
|
'';
|
||||||
#filetype plugin on
|
|
||||||
#let g:netrw_silent = 1
|
|
||||||
#let g:spchkdialect = "usa"
|
|
||||||
#let g:BASH_AuthorName = 'Don Harper'
|
|
||||||
#let g:BASH_Email = 'don@donharper.org'
|
|
||||||
#let g:BASH_Company = 'Don Harper'
|
|
||||||
#filetype indent on
|
|
||||||
#"filetype off " required
|
|
||||||
#filetype plugin indent on " required
|
|
||||||
#let g:airline#extensions#tabline#enabled = 1
|
|
||||||
#let g:airline#theme = 'wombat'
|
|
||||||
#highlight GitGutterAdd guifg = #009900 ctermfg=Green
|
|
||||||
#highlight GitGutterChange guifg = #bbbb00 ctermfg=Yellow
|
|
||||||
#highlight GitGutterDelete guifg = #ff2222 ctermfg=Red
|
|
||||||
#let g:gitgutter_enabled = 1
|
|
||||||
#let g:gitgutter_map_keys = 0
|
|
||||||
#let g:gitgutter_highlight_lines = 0
|
|
||||||
#if &t_Co > 2 || has("gui_running")
|
|
||||||
#mouse = a
|
|
||||||
#syntax on
|
|
||||||
#guioptions- = T
|
|
||||||
#gfn = Monospace\ Regular\ 10
|
|
||||||
#endif
|
|
||||||
#let g:vim_markdown_folding_level = 6
|
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
#bash-support
|
|
||||||
#git
|
|
||||||
#lightline
|
|
||||||
#vc.vim
|
|
||||||
#vim-taskwarrior
|
|
||||||
#winresizer
|
|
||||||
CheckAttach
|
CheckAttach
|
||||||
Recover-vim
|
Recover-vim
|
||||||
Shade-nvim # color
|
Shade-nvim # color
|
||||||
|
|
@ -225,10 +193,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
exec = [
|
exec = [
|
||||||
"swaymsg workspace 1, move workspace to output \"'Samsung Electric Company C24F390 H4ZN519488'\""
|
"swaymsg workspace 1, move workspace to output \"Samsung Electric Company C24F390 H4ZN519488\""
|
||||||
"swaymsg workspace 5, move workspace to output \"'Stargate Technology HDMI Unknown'\""
|
"swaymsg workspace 5, move workspace to output \"Stargate Technology HDMI Unknown\""
|
||||||
"swaymsg workspace 6, move workspace to output \"'Samsung Electric Company C24F390 H4ZN519488'\""
|
"swaymsg workspace 6, move workspace to output \"Samsung Electric Company C24F390 H4ZN519488\""
|
||||||
"swaymsg workspace 9, move workspace to output \"'Stargate Technology HDMI Unknown'\""
|
"swaymsg workspace 9, move workspace to output \"Stargate Technology HDMI Unknown\""
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue