updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.pylintArgs": ["--disable=all", "--enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode"],
|
||||
"python.linting.flake8Args": ["--ignore=E226,E231,E241,E501,E701,E704"],
|
||||
"python.linting.flake8Args": ["--ignore=E221,E226,E231,E241,E501,E701,E704"],
|
||||
"python.linting.enabled": true,
|
||||
"git.enableGutters": true,
|
||||
"tabnine.shortcut": "TN",
|
||||
|
||||
+11
-3
@@ -36,7 +36,7 @@ Plug 'tpope/vim-surround' " parentheses helper
|
||||
Plug 'mbbill/undotree' " Persistent undo
|
||||
Plug 'farmergreg/vim-lastplace' " When reopen a buffer, puts the cursor where it was last time
|
||||
Plug 'haya14busa/vim-asterisk' " better asterisk motions
|
||||
Plug 'svermeulen/vim-easyclip'
|
||||
Plug 'svermeulen/vim-cutlass'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
Plug 'tpope/vim-sensible'
|
||||
" tmux
|
||||
@@ -71,7 +71,7 @@ endif
|
||||
"highlight LineNr guibg=NONE ctermbg=NONE
|
||||
|
||||
" seoul256 theme config (dark 233-239, light 252-256)
|
||||
" let g:seoul256_background=233
|
||||
let g:seoul256_background=233
|
||||
" colo seoul256
|
||||
|
||||
" statusline
|
||||
@@ -155,7 +155,7 @@ highlight clear SignColumn " SignColumn should match background
|
||||
set shortmess=atOI " No help Uganda information, and overwrite read messages to avoid PRESS ENTER prompts
|
||||
set listchars=tab:→\ ,eol:↵,trail:·,extends:↷,precedes:↶,nbsp:+
|
||||
set fillchars=vert:│,stl:\ ,stlnc:\
|
||||
set clipboard+=unnamed
|
||||
set clipboard+=unnamedplus
|
||||
set list
|
||||
|
||||
|
||||
@@ -177,6 +177,14 @@ nmap <leader>w :cd %:p:h<cr>
|
||||
" REMAPPING
|
||||
set langmap=å(,¨),Å{,^},Ø\\;,ø:,æ^
|
||||
|
||||
" *****************************
|
||||
" REMAPPING
|
||||
nnoremap m d
|
||||
xnoremap m d
|
||||
|
||||
nnoremap mm dd
|
||||
nnoremap M D
|
||||
|
||||
" *****************************
|
||||
" EDITING
|
||||
nmap cr <Plug>(coc-rename)
|
||||
|
||||
Reference in New Issue
Block a user