diff --git a/i3/config b/i3/config index 68346be..8167725 100644 --- a/i3/config +++ b/i3/config @@ -191,7 +191,7 @@ bindsym $mod+r mode "resize" bar { tray_output DP-4 output DP-2 - position top + position bottom i3bar_command i3bar font pango:Terminus, Font Awesome 6 Free 12px status_command i3blocks diff --git a/nvim/lua/context.lua b/nvim/lua/context.lua index 4ad32ac..2589e1a 100644 --- a/nvim/lua/context.lua +++ b/nvim/lua/context.lua @@ -11,7 +11,7 @@ require("nvim-tree").setup() -- treesitter require'nvim-treesitter.configs'.setup { ensure_installed = "all", -- "all" or a list of languages - ignore_install = {}, -- List of parsers to ignore installing + ignore_install = {"wing"}, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension disable = {"latex"}, -- list of language that will be disabled