mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
stylix, hyprland
This commit is contained in:
parent
db68f9d460
commit
b440038b65
39 changed files with 704 additions and 226 deletions
1
home/dot_config/nvim/ftplugin/cs.lua
Normal file
1
home/dot_config/nvim/ftplugin/cs.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
vim.diagnostic.config({ virtual_lines = true })
|
||||
2
home/dot_config/nvim/ftplugin/java.lua
Normal file
2
home/dot_config/nvim/ftplugin/java.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Enable virtual lines for diagnostics in Java files (nvim >= 0.11)
|
||||
vim.diagnostic.config({ virtual_lines = true, virtual_text = false })
|
||||
Loading…
Add table
Add a link
Reference in a new issue