Update formatting init.lua

This commit is contained in:
Jonathan DeMasi
2025-09-16 10:13:32 -06:00
parent 806d00eeaf
commit 2f10cfc288

View File

@@ -3,9 +3,9 @@ vim.keymap.set('n', '<leader>e', '<cmd>lua vim.diagnostic.open_float()<CR>', {no
-- vim.keymap.set('n', '<leader>f', '<cmd>lua MiniFiles.open()<cr>', { desc = "Find files recursively" }) -- vim.keymap.set('n', '<leader>f', '<cmd>lua MiniFiles.open()<cr>', { desc = "Find files recursively" })
vim.keymap.set('n', '<leader>f', '<cmd>Oil --float . <cr>', { desc = "Find files recursively" }) vim.keymap.set('n', '<leader>f', '<cmd>Oil --float . <cr>', { desc = "Find files recursively" })
vim.diagnostic.config({ vim.diagnostic.config({
virtual_text = true, -- Display diagnostics as inline text virtual_text = true, -- Display diagnostics as inline text
-- Other options can be added here, like: -- Other options can be added here, like:
signs = false, -- Show icons in the gutter signs = false, -- Show icons in the gutter
underline = true, -- Highlight the affected text underline = true, -- Highlight the affected text
}) })
vim.cmd 'colorscheme atom-dark-256' vim.cmd 'colorscheme atom-dark-256'