From 1a8ce5c70e1b308be3ca5e2e643ca2f88b3916ce Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 24 Dec 2020 15:56:38 +0100 Subject: Minor changes --- vim/.vimrc | 26 +++++++++++++------------- zsh/.zshrc | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 19bc647..94ba320 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -227,7 +227,7 @@ set undodir^=~/.vim/undo// " // : store absolute path " set complete+=k -set conceallevel=2 +set conceallevel=0 set cursorline set diffopt=filler,vertical,hiddenoff set expandtab @@ -488,15 +488,15 @@ if has("nvim") endif "" Experimental {{{1 -if has("nvim") && hostname() != "peuplier" - lua require'nvim_lsp'.pyls.setup{} - autocmd Filetype python setlocal omnifunc=v:lua.vim.lsp.omnifunc - nnoremap Remembrall('') - nnoremap h lua vim.lsp.buf.hover() - nnoremap a lua vim.lsp.buf.declaration() - nnoremap d lua vim.lsp.buf.definition() - nnoremap i lua vim.lsp.buf.implementation() - nnoremap s lua vim.lsp.buf.signature_help() - nnoremap t lua vim.lsp.buf.type_definition() - nnoremap lua vim.lsp.stop_client(vim.lsp.get_active_clients()) -endif +" if has("nvim") && hostname() != "peuplier" +" lua require'nvim_lsp'.pyls.setup{} +" autocmd Filetype python setlocal omnifunc=v:lua.vim.lsp.omnifunc +" nnoremap Remembrall('') +" nnoremap h lua vim.lsp.buf.hover() +" nnoremap a lua vim.lsp.buf.declaration() +" nnoremap d lua vim.lsp.buf.definition() +" nnoremap i lua vim.lsp.buf.implementation() +" nnoremap s lua vim.lsp.buf.signature_help() +" nnoremap t lua vim.lsp.buf.type_definition() +" nnoremap lua vim.lsp.stop_client(vim.lsp.get_active_clients()) +" endif diff --git a/zsh/.zshrc b/zsh/.zshrc index 49c886d..9034724 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -146,6 +146,7 @@ alias pacs='pacman -Ss' # Systemctl alias sysnet="systemctl restart NetworkManager.service" alias sysvpn="systemctl restart openvpn-client@ic.service" +alias wacom="xsetwacom --set 'Wacom One by Wacom S Pen stylus' mode relative" # Directories alias ..="cd .." -- cgit v1.2.3