mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix ignoring case and move dashboard indent line to dashboard
This commit is contained in:
parent
cc2205b15a
commit
6a2e9d0b39
3 changed files with 6 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -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'}
|
||||
|
|
|
@ -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 ⣿ ⣿ --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue