diff --git a/home/dot_config/nvim/lua/plugins/linters.lua b/home/dot_config/nvim/lua/plugins/linters.lua deleted file mode 100644 index 197aa7e..0000000 --- a/home/dot_config/nvim/lua/plugins/linters.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - { - "mfussenegger/nvim-lint", - opts = { - linters_by_ft = { htmldjango = { "djlint" } }, - }, - }, -} diff --git a/home/dot_config/tmux/tmux.conf b/home/dot_config/tmux/tmux.conf index 697a8d3..d075543 100644 --- a/home/dot_config/tmux/tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -88,6 +88,3 @@ set-window-option -g window-status-bell-style fg=black,bg=red #base02, red # Set hyperlink support set -ga terminal-features "*:hyperlinks" - -# Powerline -source /usr/share/powerline/bindings/tmux/powerline.conf