| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 | 
							- CONFIG_PATH = vim.fn.stdpath "config"
 
- DATA_PATH = vim.fn.stdpath "data"
 
- CACHE_PATH = vim.fn.stdpath "cache"
 
- TERMINAL = vim.fn.expand "$TERMINAL"
 
- O = {
 
-   auto_close_tree = 0,
 
-   auto_complete = true,
 
-   colorscheme = "lunar",
 
-   hidden_files = true,
 
-   wrap_lines = false,
 
-   number = true,
 
-   relative_number = true,
 
-   cursorline = true,
 
-   shell = "bash",
 
-   timeoutlen = 100,
 
-   nvim_tree_disable_netrw = 0,
 
-   ignore_case = true,
 
-   smart_case = true,
 
-   lushmode = false,
 
-   hl_search = false,
 
-   transparent_window = false,
 
-   leader_key = "space",
 
-   vnsip_dir = vim.fn.stdpath "config" .. "/snippets",
 
-   -- @usage pass a table with your desired languages
 
-   treesitter = {
 
-     ensure_installed = "all",
 
-     ignore_install = { "haskell" },
 
-     highlight = { enabled = true },
 
-     rainbow = { enabled = false },
 
-   },
 
-   database = { save_location = "~/.config/nvcode_db", auto_execute = 1 },
 
-   plugin = {
 
-     hop = { active = false },
 
-     dial = { active = false },
 
-     dashboard = { active = false },
 
-     matchup = { active = false },
 
-     colorizer = { active = false },
 
-     numb = { active = false },
 
-     zen = { active = false },
 
-     ts_playground = { active = false },
 
-     indent_line = { active = false },
 
-     ts_context_commentstring = { active = false },
 
-     symbol_outline = { active = false },
 
-     debug = { active = false },
 
-     bqf = { active = false },
 
-     trouble = { active = false },
 
-     floatterm = { active = false },
 
-     spectre = { active = false },
 
-     lsp_rooter = { active = false },
 
-     markdown_preview = { active = false },
 
-     codi = { active = false },
 
-     telescope_fzy = { active = false },
 
-     sanegx = { active = false },
 
-     snap = { active = false },
 
-     ranger = { active = false },
 
-     todo_comments = { active = false },
 
-     lsp_colors = { active = false },
 
-     git_blame = { active = false },
 
-     gist = { active = false },
 
-     gitlinker = { active = false },
 
-     lazygit = { active = false },
 
-     octo = { active = false },
 
-     lush = { active = false },
 
-     diffview = { active = false },
 
-     bracey = { active = false },
 
-     telescope_project = { active = false },
 
-     dap_install = { active = false },
 
-     tabnine = { active = false },
 
-   },
 
-   lang = {
 
-     python = {
 
-       linter = "",
 
-       -- @usage can be 'yapf', 'black'
 
-       formatter = "",
 
-       autoformat = false,
 
-       isort = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-       analysis = {
 
-         type_checking = "basic",
 
-         auto_search_paths = true,
 
-         use_library_code_types = true,
 
-       },
 
-     },
 
-     dart = {
 
-       sdk_path = "/usr/lib/dart/bin/snapshots/analysis_server.dart.snapshot",
 
-     },
 
-     lua = {
 
-       -- @usage can be 'lua-format'
 
-       formatter = "",
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-     },
 
-     sh = {
 
-       -- @usage can be 'shellcheck'
 
-       linter = "",
 
-       -- @usage can be 'shfmt'
 
-       formatter = "",
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-     },
 
-     tsserver = {
 
-       -- @usage can be 'eslint'
 
-       linter = "",
 
-       -- @usage can be 'prettier'
 
-       formatter = "",
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-     },
 
-     json = {
 
-       -- @usage can be 'prettier'
 
-       formatter = "",
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-     },
 
-     tailwindcss = {
 
-       filetypes = {
 
-         "html",
 
-         "css",
 
-         "scss",
 
-         "javascript",
 
-         "javascriptreact",
 
-         "typescript",
 
-         "typescriptreact",
 
-       },
 
-     },
 
-     clang = {
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-       cross_file_rename = true,
 
-       header_insertion = "never",
 
-       autoformat = false, -- update this to true for enabling autoformat
 
-     },
 
-     ruby = {
 
-       diagnostics = {
 
-         virtualtext = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-       filetypes = { "rb", "erb", "rakefile", "ruby" },
 
-     },
 
-     go = {},
 
-     elixir = {},
 
-     vim = {},
 
-     yaml = {},
 
-     terraform = {},
 
-     rust = {
 
-       rust_tools = {
 
-         active = false,
 
-       },
 
-       linter = "",
 
-       formatter = "",
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-     },
 
-     svelte = {},
 
-     php = {
 
-       format = {
 
-         braces = "psr12",
 
-       },
 
-       environment = {
 
-         php_version = "7.4",
 
-       },
 
-       autoformat = false,
 
-       diagnostics = {
 
-         virtual_text = { spacing = 0, prefix = "" },
 
-         signs = true,
 
-         underline = true,
 
-       },
 
-       filetypes = { "php", "phtml" },
 
-     },
 
-     latex = {},
 
-     kotlin = {},
 
-     html = {},
 
-     elm = {},
 
-     emmet = { active = true },
 
-     graphql = {},
 
-     efm = {},
 
-     docker = {},
 
-     cmake = {},
 
-     java = {},
 
-     css = {
 
-       formatter = "",
 
-       autoformat = false,
 
-       virtual_text = true,
 
-     },
 
-   },
 
-   dashboard = {
 
-     custom_header = {
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⣀⣀⣀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⣶⣾⠿⠿⠟⠛⠛⠛⠛⠿⠿⣿⣷⣤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⡿⠋⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠿⣷⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣤⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⢿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠒⠂⠉⠉⠉⠉⢩⣿⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⡀⠀⠀⠀⠀⠀⢰⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⠠⡀⠀⠀⢀⣾⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠢⢀⣸⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⡧⢄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⡇⠀⠈⠁⠒⠤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣇⠀⠀⠀⠀⠀⠀⠉⠢⠤⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⡟⠈⠑⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠑⠒⠤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⡇⠀⠀⢀⣣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠒⠢⠤⠄⣀⣀⠀⠀⠀⢠⣿⡟⠀⠀⠀⣺⣿⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠇⠀⠀⠀⠀⠀⣤⡄⠀⠀⢠⣤⡄⠀⢨⣭⣠⣤⣤⣤⡀⠀⠀⢀⣤⣤⣤⣤⡄⠀⠀⠀⣤⣄⣤⣤⣤⠀⠀⣿⣯⠉⠉⣿⡟⠀⠈⢩⣭⣤⣤⠀⠀⠀⠀⣠⣤⣤⣤⣄⣤⣤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⠀⠀⠀⠀⠀⠀⣿⠃⠀⠀⣸⣿⠁⠀⣿⣿⠉⠀⠈⣿⡇⠀⠀⠛⠋⠀⠀⢹⣿⠀⠀⠀⣿⠏⠀⠸⠿⠃⠀⣿⣿⠀⣰⡟⠀⠀⠀⠀⠀⢸⣿⠀⠀⠀⠀⣿⡟⢸⣿⡇⢀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⡇⠀⠀⠀⠀⠀⢸⣿⠀⠀⠀⣿⡟⠀⢠⣿⡇⠀⠀⢰⣿⡇⠀⣰⣾⠟⠛⠛⣻⡇⠀⠀⢸⡿⠀⠀⠀⠀⠀⠀⢻⣿⢰⣿⠀⠀⠀⠀⠀⠀⣾⡇⠀⠀⠀⢸⣿⠇⢸⣿⠀⢸⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣧⣤⣤⣤⡄⠀⠘⣿⣤⣤⡤⣿⠇⠀⢸⣿⠁⠀⠀⣼⣿⠀⠀⢿⣿⣤⣤⠔⣿⠃⠀⠀⣾⡇⠀⠀⠀⠀⠀⠀⢸⣿⣿⠋⠀⠀⠀⢠⣤⣤⣿⣥⣤⡄⠀⣼⣿⠀⣸⡏⠀⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-       "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠁⠀⠀⠈⠉⠉⠀⠉⠀⠀⠈⠉⠀⠀⠀⠉⠉⠀⠀⠀⠉⠉⠁⠈⠉⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠀⠀⠀⠀⠈⠉⠉⠉⠉⠉⠁⠀⠉⠁⠀⠉⠁⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀",
 
-     },
 
-     footer = { "chrisatmachine.com" },
 
-   },
 
- }
 
- -- TODO find a new home for these autocommands
 
- require("lv-utils").define_augroups {
 
-   _general_settings = {
 
-     {
 
-       "TextYankPost",
 
-       "*",
 
-       "lua require('vim.highlight').on_yank({higroup = 'Search', timeout = 200})",
 
-     },
 
-     {
 
-       "BufWinEnter",
 
-       "*",
 
-       "setlocal formatoptions-=c formatoptions-=r formatoptions-=o",
 
-     },
 
-     {
 
-       "BufRead",
 
-       "*",
 
-       "setlocal formatoptions-=c formatoptions-=r formatoptions-=o",
 
-     },
 
-     {
 
-       "BufNewFile",
 
-       "*",
 
-       "setlocal formatoptions-=c formatoptions-=r formatoptions-=o",
 
-     },
 
-     { "VimLeavePre", "*", "set title set titleold=" },
 
-     { "FileType", "qf", "set nobuflisted" },
 
-   },
 
-   -- _solidity = {
 
-   --     {'BufWinEnter', '.sol', 'setlocal filetype=solidity'}, {'BufRead', '*.sol', 'setlocal filetype=solidity'},
 
-   --     {'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
 
-   -- },
 
-   -- _gemini = {
 
-   --     {'BufWinEnter', '.gmi', 'setlocal filetype=markdown'}, {'BufRead', '*.gmi', 'setlocal filetype=markdown'},
 
-   --     {'BufNewFile', '*.gmi', 'setlocal filetype=markdown'}
 
-   -- },
 
-   _markdown = {
 
-     { "FileType", "markdown", "setlocal wrap" },
 
-     { "FileType", "markdown", "setlocal spell" },
 
-   },
 
-   _buffer_bindings = {
 
-     { "FileType", "floaterm", "nnoremap <silent> <buffer> q :q<CR>" },
 
-   },
 
- }
 
 
  |