a bunch of updates

This commit is contained in:
Henrik Bakken
2021-01-15 01:50:25 +01:00
parent 7212247563
commit 593b6d65d3
11 changed files with 207 additions and 1092 deletions
-1
View File
@@ -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
View File
@@ -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