feat(update): update

This commit is contained in:
darwincereska
2025-12-01 15:17:21 -05:00
parent fd83a29f1e
commit de8c6245ec
31 changed files with 13 additions and 13 deletions

View File

@@ -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

View File

@@ -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" },