Skip to content

Commit

Permalink
Put bar back on bottom, ignore wing in neovim broken treesitter lang
Browse files Browse the repository at this point in the history
  • Loading branch information
iotku committed Apr 25, 2024
1 parent 509d4d7 commit 7930565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7930565

Please sign in to comment.