mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 06:38:34 +02:00
adiciona formatter para java.lua e adiciona springboot-nvim
This commit is contained in:
parent
044d74b814
commit
06c74c3466
4 changed files with 37 additions and 4 deletions
|
@ -98,10 +98,10 @@ local config = {
|
|||
format = {
|
||||
enabled = true,
|
||||
-- Formatting works by default, but you can refer to a specific file/URL if you choose
|
||||
-- settings = {
|
||||
-- url = "https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml",
|
||||
-- profile = "GoogleStyle",
|
||||
-- },
|
||||
settings = {
|
||||
path = '/home/lucas/magna-sistemas-java-code-formatter.xml',
|
||||
profile = 'MagnaSistemasStyle',
|
||||
},
|
||||
},
|
||||
completion = {
|
||||
favoriteStaticMembers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue