updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"python.linting.pylintEnabled": false,
|
"python.linting.pylintEnabled": false,
|
||||||
"python.linting.flake8Enabled": true,
|
"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.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,
|
"python.linting.enabled": true,
|
||||||
"git.enableGutters": true,
|
"git.enableGutters": true,
|
||||||
"tabnine.shortcut": "TN",
|
"tabnine.shortcut": "TN",
|
||||||
|
|||||||
+11
-3
@@ -36,7 +36,7 @@ Plug 'tpope/vim-surround' " parentheses helper
|
|||||||
Plug 'mbbill/undotree' " Persistent undo
|
Plug 'mbbill/undotree' " Persistent undo
|
||||||
Plug 'farmergreg/vim-lastplace' " When reopen a buffer, puts the cursor where it was last time
|
Plug 'farmergreg/vim-lastplace' " When reopen a buffer, puts the cursor where it was last time
|
||||||
Plug 'haya14busa/vim-asterisk' " better asterisk motions
|
Plug 'haya14busa/vim-asterisk' " better asterisk motions
|
||||||
Plug 'svermeulen/vim-easyclip'
|
Plug 'svermeulen/vim-cutlass'
|
||||||
Plug 'tpope/vim-unimpaired'
|
Plug 'tpope/vim-unimpaired'
|
||||||
Plug 'tpope/vim-sensible'
|
Plug 'tpope/vim-sensible'
|
||||||
" tmux
|
" tmux
|
||||||
@@ -71,7 +71,7 @@ endif
|
|||||||
"highlight LineNr guibg=NONE ctermbg=NONE
|
"highlight LineNr guibg=NONE ctermbg=NONE
|
||||||
|
|
||||||
" seoul256 theme config (dark 233-239, light 252-256)
|
" seoul256 theme config (dark 233-239, light 252-256)
|
||||||
" let g:seoul256_background=233
|
let g:seoul256_background=233
|
||||||
" colo seoul256
|
" colo seoul256
|
||||||
|
|
||||||
" statusline
|
" 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 shortmess=atOI " No help Uganda information, and overwrite read messages to avoid PRESS ENTER prompts
|
||||||
set listchars=tab:→\ ,eol:↵,trail:·,extends:↷,precedes:↶,nbsp:+
|
set listchars=tab:→\ ,eol:↵,trail:·,extends:↷,precedes:↶,nbsp:+
|
||||||
set fillchars=vert:│,stl:\ ,stlnc:\
|
set fillchars=vert:│,stl:\ ,stlnc:\
|
||||||
set clipboard+=unnamed
|
set clipboard+=unnamedplus
|
||||||
set list
|
set list
|
||||||
|
|
||||||
|
|
||||||
@@ -177,6 +177,14 @@ nmap <leader>w :cd %:p:h<cr>
|
|||||||
" REMAPPING
|
" REMAPPING
|
||||||
set langmap=å(,¨),Å{,^},Ø\\;,ø:,æ^
|
set langmap=å(,¨),Å{,^},Ø\\;,ø:,æ^
|
||||||
|
|
||||||
|
" *****************************
|
||||||
|
" REMAPPING
|
||||||
|
nnoremap m d
|
||||||
|
xnoremap m d
|
||||||
|
|
||||||
|
nnoremap mm dd
|
||||||
|
nnoremap M D
|
||||||
|
|
||||||
" *****************************
|
" *****************************
|
||||||
" EDITING
|
" EDITING
|
||||||
nmap cr <Plug>(coc-rename)
|
nmap cr <Plug>(coc-rename)
|
||||||
|
|||||||
+1
-1
@@ -56,7 +56,7 @@ set automatically_count_files true
|
|||||||
set open_all_images true
|
set open_all_images true
|
||||||
|
|
||||||
# Be aware of version control systems and display information.
|
# Be aware of version control systems and display information.
|
||||||
set vcs_aware false
|
set vcs_aware true
|
||||||
|
|
||||||
# State of the three backends git, hg, bzr. The possible states are
|
# State of the three backends git, hg, bzr. The possible states are
|
||||||
# disabled, local (only show local info), enabled (show local and remote
|
# disabled, local (only show local info), enabled (show local and remote
|
||||||
|
|||||||
Reference in New Issue
Block a user