update
This commit is contained in:
parent
deccd5ff5e
commit
4839cc172a
3 changed files with 16 additions and 0 deletions
|
@ -14,6 +14,7 @@ Plug 'majutsushi/tagbar'
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'jiangmiao/auto-pairs'
|
Plug 'jiangmiao/auto-pairs'
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
Plug 'GutenYe/json5.vim'
|
||||||
|
|
||||||
Plug 'autozimu/LanguageClient-neovim', {
|
Plug 'autozimu/LanguageClient-neovim', {
|
||||||
\ 'branch': 'next',
|
\ 'branch': 'next',
|
||||||
|
@ -34,6 +35,8 @@ set splitright
|
||||||
set number
|
set number
|
||||||
set cursorline
|
set cursorline
|
||||||
set hidden
|
set hidden
|
||||||
|
set modeline
|
||||||
|
set modelines=5
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
filetype on
|
filetype on
|
||||||
|
|
10
dot_config/waybar/config
Normal file
10
dot_config/waybar/config
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
// https://github.com/Alexays/Waybar/wiki/Configuration
|
||||||
|
|
||||||
|
{
|
||||||
|
"layer": "top",
|
||||||
|
"position": "bottom",
|
||||||
|
"modules-left": ["sway/workspaces", "sway/mode"]
|
||||||
|
}
|
||||||
|
|
||||||
|
// vim: set ft=json5 tabstop=4 :
|
||||||
|
|
|
@ -24,3 +24,6 @@ test -r /home/michael/.opam/opam-init/init.zsh && . /home/michael/.opam/opam-ini
|
||||||
alias rm="garbage put"
|
alias rm="garbage put"
|
||||||
alias cm="chezmoi"
|
alias cm="chezmoi"
|
||||||
alias jrnl=" jrnl"
|
alias jrnl=" jrnl"
|
||||||
|
|
||||||
|
ced() { chezmoi edit $1 && chezmoi apply }
|
||||||
|
cpush() { chezmoi git add . -- -A && chezmoi git commit -- -m "update" && chezmoi git push }
|
||||||
|
|
Loading…
Reference in a new issue