mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 03:04:43 -05:00
feat(update): update
This commit is contained in:
@@ -16,7 +16,7 @@ return {
|
||||
"pyright",
|
||||
"lua_ls",
|
||||
"ts_ls",
|
||||
-- "kotlin_lsp",
|
||||
-- "kotlin_language_server",
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
@@ -55,7 +55,7 @@ return {
|
||||
|
||||
-- Configure diagnostic display
|
||||
vim.diagnostic.config({
|
||||
virtual_text = true,
|
||||
virtual_text = false,
|
||||
signs = false, -- Disable icons in sign column
|
||||
underline = true,
|
||||
update_in_insert = false,
|
||||
@@ -82,7 +82,7 @@ return {
|
||||
"pyright",
|
||||
"lua_ls",
|
||||
"ts_ls",
|
||||
-- "kotlin_lsp",
|
||||
"kotlin_language_server",
|
||||
}
|
||||
|
||||
for _, server in ipairs(servers) do
|
||||
@@ -3,11 +3,11 @@ return {
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require("lualine").setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = "auto",
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = "nord",
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
disabled_filetypes = {
|
||||
statusline = { "NvimTree", "neo-tree", "alpha", "dashboard" },
|
||||
winbar = { "NvimTree", "neo-tree", "alpha", "dashboard" },
|
||||
Reference in New Issue
Block a user