From ab57a70296890a7cbc4bb8b47e309e4857c6cd29 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: AAAAAAA --- .config/nvim/lua/plugin_conf.lua | 48 +++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to '.config/nvim/lua/plugin_conf.lua') diff --git a/.config/nvim/lua/plugin_conf.lua b/.config/nvim/lua/plugin_conf.lua index da62a99..53f0929 100644 --- a/.config/nvim/lua/plugin_conf.lua +++ b/.config/nvim/lua/plugin_conf.lua @@ -1,11 +1,11 @@ -require('nvim-tree').setup{} +require("nvim-tree").setup{} -require('lualine').setup { +require("lualine").setup { options = { icons_enabled = false, - -- theme = 'dracula-nvim', - component_separators = { left = ' ', right = ' '}, - section_separators = { left = ' ', right = ' '}, + -- theme = "dracula-nvim", + component_separators = { left = " ", right = " "}, + section_separators = { left = " ", right = " "}, disabled_filetypes = { statusline = {}, winbar = {}, @@ -20,18 +20,18 @@ require('lualine').setup { } }, sections = { - lualine_a = {'mode'}, - lualine_b = {'branch', 'diff', 'diagnostics'}, - lualine_c = {'filename'}, - lualine_x = {'encoding', 'fileformat', 'filetype'}, - lualine_y = {'progress'}, - lualine_z = {'location'} + lualine_a = {"mode"}, + lualine_b = {"branch", "diff", "diagnostics"}, + lualine_c = {"filename"}, + lualine_x = {"encoding", "fileformat", "filetype"}, + lualine_y = {"progress"}, + lualine_z = {"location"} }, inactive_sections = { lualine_a = {}, lualine_b = {}, - lualine_c = {'filename'}, - lualine_x = {'location'}, + lualine_c = {"filename"}, + lualine_x = {"location"}, lualine_y = {}, lualine_z = {} }, @@ -41,23 +41,25 @@ require('lualine').setup { extensions = {} } -require('nvim-autopairs').setup{ +require("nvim-autopairs").setup { fast_wrap = { - map = '', - chars = { '{', '[', '(', '"', "'" }, - pattern = [=[[%'%"%>%]%)%}%,]]=], - end_key = '$', - keys = 'qwertyuiopzxcvbnmasdfghjkl', + map = "", + chars = { "{", "[", "(", "\"", "'" }, + pattern = [=[[%"%"%>%]%)%}%,]]=], + end_key = "$", + keys = "qwertyuiopzxcvbnmasdfghjkl", check_comma = true, - highlight = 'Search', - highlight_grey='Comment' + highlight = "Search", + highlight_grey="Comment" } } -require('terminal').setup{ +require("barbar").setup {} + +require("terminal").setup{ layout = { open_cmd = "botright new" }, cmd = { vim.o.shell }, autoclose = false, } -require('Comment').setup {} +require("Comment").setup {} -- cgit v1.3-2-g0d8e