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 'jiangmiao/auto-pairs'
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'GutenYe/json5.vim'
|
||||
|
||||
Plug 'autozimu/LanguageClient-neovim', {
|
||||
\ 'branch': 'next',
|
||||
|
@ -34,6 +35,8 @@ set splitright
|
|||
set number
|
||||
set cursorline
|
||||
set hidden
|
||||
set modeline
|
||||
set modelines=5
|
||||
|
||||
syntax 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 cm="chezmoi"
|
||||
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