Update formatting init.lua
This commit is contained in:
8
init.lua
8
init.lua
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user