2021-03-26 04:51:32 +00:00
|
|
|
-- load all plugins
|
2021-05-05 01:21:04 +00:00
|
|
|
require "pluginList"
|
|
|
|
require "misc-utils"
|
2021-05-25 02:48:04 +00:00
|
|
|
|
2021-05-05 01:21:04 +00:00
|
|
|
require "top-bufferline"
|
|
|
|
require "statusline"
|
2021-03-12 07:04:15 +00:00
|
|
|
|
2021-04-06 04:57:32 +00:00
|
|
|
require("colorizer").setup()
|
|
|
|
require("neoscroll").setup() -- smooth scroll
|
2021-03-26 04:51:32 +00:00
|
|
|
|
2021-05-11 02:32:03 +00:00
|
|
|
-- lsp stuff
|
2021-05-05 01:21:04 +00:00
|
|
|
require "nvim-lspconfig"
|
|
|
|
require "compe-completion"
|
2021-03-11 19:00:34 +00:00
|
|
|
|
2021-03-07 14:22:30 +00:00
|
|
|
local cmd = vim.cmd
|
|
|
|
local g = vim.g
|
2021-03-26 04:51:32 +00:00
|
|
|
|
|
|
|
g.mapleader = " "
|
2021-04-21 07:16:24 +00:00
|
|
|
g.auto_save = 0
|
2021-03-26 04:51:32 +00:00
|
|
|
|
2021-04-02 07:35:54 +00:00
|
|
|
-- colorscheme related stuff
|
2021-03-13 01:23:02 +00:00
|
|
|
cmd "syntax on"
|
2021-03-07 14:22:30 +00:00
|
|
|
|
2021-04-02 07:35:54 +00:00
|
|
|
local base16 = require "base16"
|
|
|
|
base16(base16.themes["onedark"], true)
|
|
|
|
|
2021-06-14 02:27:56 +00:00
|
|
|
require "highlights"
|
2021-05-11 02:32:03 +00:00
|
|
|
|
2021-03-26 04:51:32 +00:00
|
|
|
-- blankline
|
|
|
|
|
2021-03-13 02:48:23 +00:00
|
|
|
g.indentLine_enabled = 1
|
2021-03-26 04:51:32 +00:00
|
|
|
g.indent_blankline_char = "▏"
|
2021-03-07 14:22:30 +00:00
|
|
|
|
2021-06-14 02:27:56 +00:00
|
|
|
g.indent_blankline_filetype_exclude = {"help", "terminal", "dashboard"}
|
2021-04-04 11:47:11 +00:00
|
|
|
g.indent_blankline_buftype_exclude = {"terminal"}
|
|
|
|
|
2021-03-26 04:51:32 +00:00
|
|
|
g.indent_blankline_show_trailing_blankline_indent = false
|
|
|
|
g.indent_blankline_show_first_indent_level = false
|
2021-03-07 14:22:30 +00:00
|
|
|
|
2021-05-05 01:21:04 +00:00
|
|
|
require "treesitter-nvim"
|
|
|
|
require "mappings"
|
2021-03-13 01:23:02 +00:00
|
|
|
|
2021-05-05 01:21:04 +00:00
|
|
|
require "telescope-nvim"
|
2021-05-25 02:48:04 +00:00
|
|
|
require "nvimTree" -- file tree stuff
|
|
|
|
require "file-icons"
|
2021-04-06 04:57:32 +00:00
|
|
|
|
2021-04-30 07:26:26 +00:00
|
|
|
-- git signs , lsp symbols etc
|
2021-05-05 01:21:04 +00:00
|
|
|
require "gitsigns-nvim"
|
2021-03-13 01:23:02 +00:00
|
|
|
require("nvim-autopairs").setup()
|
2021-04-30 07:26:26 +00:00
|
|
|
require("lspkind").init()
|
2021-03-19 12:25:30 +00:00
|
|
|
|
2021-04-04 11:59:05 +00:00
|
|
|
-- hide line numbers in terminal windows
|
2021-04-04 06:05:37 +00:00
|
|
|
vim.api.nvim_exec([[
|
|
|
|
au BufEnter term://* setlocal nonumber
|
|
|
|
]], false)
|
2021-04-04 09:26:15 +00:00
|
|
|
|
2021-05-05 01:21:04 +00:00
|
|
|
require "zenmode"
|
2021-05-25 02:48:04 +00:00
|
|
|
require "whichkey"
|
2021-06-14 02:27:56 +00:00
|
|
|
|
|
|
|
-- 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"}
|
|
|
|
}
|