mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: disable until I actually have the will power to fix it :p
This commit is contained in:
parent
30c6c69557
commit
bb6c005380
8 changed files with 33 additions and 194 deletions
|
|
@ -8,6 +8,11 @@ local root_files = {
|
|||
'Main.java',
|
||||
}
|
||||
|
||||
-- Tab Width
|
||||
vim.bo.tabstop = 4
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.expandtab = true
|
||||
|
||||
vim.lsp.start {
|
||||
name = 'jdtls',
|
||||
cmd = { 'jdtls' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue