a bunch of updates
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"python.linting.flake8Args": ["--ignore=E221,E226,E231,E241,E501,E701,E704"],
|
||||
"python.linting.enabled": true,
|
||||
"git.enableGutters": true,
|
||||
"tabnine.shortcut": "TN",
|
||||
"yaml.format.enable": true,
|
||||
"yaml.format.singleQuote": true,
|
||||
"diagnostic-languageserver.filetypes": {
|
||||
|
||||
+3
-3
@@ -1,4 +1,5 @@
|
||||
set shell=bash
|
||||
set shell=/usr/bin/bash
|
||||
let $SHELL="/usr/bin/bash"
|
||||
" -----------------------------------------------------------------------------
|
||||
" PLUGINS
|
||||
" -----------------------------------------------------------------------------
|
||||
@@ -31,6 +32,7 @@ Plug 'tpope/vim-fugitive'
|
||||
" markdown
|
||||
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } }
|
||||
Plug 'plasticboy/vim-markdown' " markdown helper.
|
||||
Plug 'godlygeek/tabular'
|
||||
" helpers
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-commentary' " commenting tool
|
||||
@@ -162,8 +164,6 @@ set lazyredraw
|
||||
set updatetime=300
|
||||
set timeoutlen=500
|
||||
set conceallevel=2
|
||||
set shell=/usr/bin/bash
|
||||
let $SHELL="/usr/bin/bash"
|
||||
let g:BASH_Ctrl_j='off' " avoid 'C-j' being overridden to newline
|
||||
let g:BASH_Ctrl_l='off' " avoid 'C-l' being overridden to newline
|
||||
highlight clear SignColumn " SignColumn should match background
|
||||
|
||||
Reference in New Issue
Block a user