Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
5
.config/nvim/lua/plugins/nvim-java.lua
Normal file
5
.config/nvim/lua/plugins/nvim-java.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
'nvim-java/nvim-java',
|
||||
lazy = false,
|
||||
opts = {}
|
||||
}
|
||||
Reference in New Issue
Block a user