fix ignoring case and move dashboard indent line to dashboard

This commit is contained in:
JesseBot 2023-02-23 10:20:12 +01:00
parent cc2205b15a
commit 6a2e9d0b39
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9
3 changed files with 6 additions and 3 deletions

View file

@ -25,8 +25,8 @@ vim.opt.colorcolumn = '80'
-- vim.opt.termguicolors to enable highlight groups
vim.opt.termguicolors = true
-- do not try to indent the starting dashboard
vim.g.indentLine_fileTypeExclude = [['dashboard']]
-- make searching case insensitive
vim.opt.ignorecase = true
-- both of these are required to make packer, our plugin manager, work
require('plugins')

View file

@ -80,7 +80,7 @@ return require('packer').startup(function(use)
use {'hashivim/vim-terraform'}
-- bash tab completion -- 'WolfgangMehner/bash-support'
use {'WolfgangMehner/bash-support'}
-- use {'WolfgangMehner/bash-support'}
-- yaml syntax highlighting better -- 'stephpy/vim-yaml'
use {'stephpy/vim-yaml'}

View file

@ -1,3 +1,6 @@
-- do not try to indent the starting dashboard
vim.g.indentLine_fileTypeExclude = [['dashboard']]
local db = require("dashboard")
-- ⣿ ⣿ c o l o r s ⣿ ⣿ --