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>Oil --float . <cr>', { desc = "Find files recursively" })
|
||||
vim.diagnostic.config({
|
||||
virtual_text = true, -- Display diagnostics as inline text
|
||||
-- Other options can be added here, like:
|
||||
signs = false, -- Show icons in the gutter
|
||||
underline = true, -- Highlight the affected text
|
||||
virtual_text = true, -- Display diagnostics as inline text
|
||||
-- Other options can be added here, like:
|
||||
signs = false, -- Show icons in the gutter
|
||||
underline = true, -- Highlight the affected text
|
||||
})
|
||||
vim.cmd 'colorscheme atom-dark-256'
|
||||
|
||||
Reference in New Issue
Block a user