nvchad/init.lua

88 lines
2.9 KiB
Lua
Raw Normal View History

2021-03-26 00:51:32 -04:00
-- load all plugins
2021-05-04 21:21:04 -04:00
require "pluginList"
require "misc-utils"
2021-05-24 22:48:04 -04:00
2021-05-04 21:21:04 -04:00
require "top-bufferline"
require "statusline"
2021-03-12 02:04:15 -05:00
2021-04-06 00:57:32 -04:00
require("colorizer").setup()
require("neoscroll").setup() -- smooth scroll
2021-03-26 00:51:32 -04:00
2021-05-10 22:32:03 -04:00
-- lsp stuff
2021-05-04 21:21:04 -04:00
require "nvim-lspconfig"
require "compe-completion"
2021-03-11 14:00:34 -05:00
2021-03-07 09:22:30 -05:00
local cmd = vim.cmd
local g = vim.g
2021-03-26 00:51:32 -04:00
g.mapleader = " "
2021-04-21 03:16:24 -04:00
g.auto_save = 0
2021-03-26 00:51:32 -04:00
-- colorscheme related stuff
2021-03-12 20:23:02 -05:00
cmd "syntax on"
2021-03-07 09:22:30 -05:00
local base16 = require "base16"
base16(base16.themes["onedark"], true)
require "highlights"
2021-05-10 22:32:03 -04:00
2021-03-26 00:51:32 -04:00
-- blankline
2021-03-12 21:48:23 -05:00
g.indentLine_enabled = 1
2021-03-26 00:51:32 -04:00
g.indent_blankline_char = ""
2021-03-07 09:22:30 -05:00
g.indent_blankline_filetype_exclude = {"help", "terminal", "dashboard"}
2021-04-04 07:47:11 -04:00
g.indent_blankline_buftype_exclude = {"terminal"}
2021-03-26 00:51:32 -04:00
g.indent_blankline_show_trailing_blankline_indent = false
g.indent_blankline_show_first_indent_level = false
2021-03-07 09:22:30 -05:00
2021-05-04 21:21:04 -04:00
require "treesitter-nvim"
require "mappings"
2021-03-12 20:23:02 -05:00
2021-05-04 21:21:04 -04:00
require "telescope-nvim"
2021-05-24 22:48:04 -04:00
require "nvimTree" -- file tree stuff
require "file-icons"
2021-04-06 00:57:32 -04:00
2021-04-30 03:26:26 -04:00
-- git signs , lsp symbols etc
2021-05-04 21:21:04 -04:00
require "gitsigns-nvim"
2021-03-12 20:23:02 -05:00
require("nvim-autopairs").setup()
2021-04-30 03:26:26 -04:00
require("lspkind").init()
2021-03-19 08:25:30 -04:00
2021-04-04 07:59:05 -04:00
-- hide line numbers in terminal windows
2021-04-04 02:05:37 -04:00
vim.api.nvim_exec([[
au BufEnter term://* setlocal nonumber
]], false)
2021-05-04 21:21:04 -04:00
require "zenmode"
2021-05-24 22:48:04 -04:00
require "whichkey"
-- dashboard
g.dashboard_default_executive = "telescope"
g.dashboard_custom_header = {
" ",
" ",
" ⣴⣶⣤⡤⠦⣤⣀⣤⠆ ⣈⣭⣿⣶⣿⣦⣼⣆ ",
" ⠉⠻⢿⣿⠿⣿⣿⣶⣦⠤⠄⡠⢾⣿⣿⡿⠋⠉⠉⠻⣿⣿⡛⣦ ",
" ⠈⢿⣿⣟⠦ ⣾⣿⣿⣷ ⠻⠿⢿⣿⣧⣄ ",
" ⣸⣿⣿⢧ ⢻⠻⣿⣿⣷⣄⣀⠄⠢⣀⡀⠈⠙⠿⠄ ",
" ⢠⣿⣿⣿⠈ ⣻⣿⣿⣿⣿⣿⣿⣿⣛⣳⣤⣀⣀ ",
" ⢠⣧⣶⣥⡤⢄ ⣸⣿⣿⠘ ⢀⣴⣿⣿⡿⠛⣿⣿⣧⠈⢿⠿⠟⠛⠻⠿⠄ ",
" ⣰⣿⣿⠛⠻⣿⣿⡦⢹⣿⣷ ⢊⣿⣿⡏ ⢸⣿⣿⡇ ⢀⣠⣄⣾⠄ ",
" ⣠⣿⠿⠛ ⢀⣿⣿⣷⠘⢿⣿⣦⡀ ⢸⢿⣿⣿⣄ ⣸⣿⣿⡇⣪⣿⡿⠿⣿⣷⡄ ",
" ⠙⠃ ⣼⣿⡟ ⠈⠻⣿⣿⣦⣌⡇⠻⣿⣿⣷⣿⣿⣿ ⣿⣿⡇ ⠛⠻⢷⣄ ",
" ⢻⣿⣿⣄ ⠈⠻⣿⣿⣿⣷⣿⣿⣿⣿⣿⡟ ⠫⢿⣿⡆ ",
" ⠻⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⡟⢀⣀⣤⣾⡿⠃ ",
" "
}
g.dashboard_custom_section = {
a = {description = {" Find File SPC f f"}, command = "Telescope find_files"},
b = {description = {" Recents SPC f o"}, command = "Telescope oldfiles"},
c = {description = {" Find Word SPC f w"}, command = "Telescope live_grep"},
d = {description = {"洛 New File SPC f b"}, command = "DashboardNewFile"},
e = {description = {"󰓏 Bookmarks SPC f b"}, command = "Telescope marks"},
f = {description = {" Load Last Session SPC f s"}, command = "SessionLoad"}
}