Compare commits
2 commits
7a9b9eb00a
...
e9db9d23a0
| Author | SHA1 | Date | |
|---|---|---|---|
| e9db9d23a0 | |||
| ed693b371a |
2 changed files with 11 additions and 0 deletions
8
home/dot_config/nvim/lua/plugins/linters.lua
Normal file
8
home/dot_config/nvim/lua/plugins/linters.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters_by_ft = { htmldjango = { "djlint" } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue