diff --git a/home/dot_config/nvim/lua/plugins/linters.lua b/home/dot_config/nvim/lua/plugins/linters.lua new file mode 100644 index 0000000..197aa7e --- /dev/null +++ b/home/dot_config/nvim/lua/plugins/linters.lua @@ -0,0 +1,8 @@ +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 d075543..697a8d3 100644 --- a/home/dot_config/tmux/tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -88,3 +88,6 @@ 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