flake update and related changes

This commit is contained in:
Salar Rahmanian 2025-10-11 13:05:59 -07:00
parent 0860e967f3
commit 9735440660
4 changed files with 27 additions and 25 deletions

View file

@ -8,7 +8,7 @@
# Python
basedpyright = {
enable = true;
settings.settings.basedpyright = {
config.settings.basedpyright = {
analysis = {
autoImportCompletions = true;
autoSearchPaths = true;
@ -45,7 +45,7 @@
# Lua
lua_ls = {
enable = true;
settings.settings.diagnostics.globals = [ "vim" ];
config.settings.diagnostics.globals = [ "vim" ];
};
# Documentation
@ -54,8 +54,7 @@
# Scala
metals = {
enable = true;
settings.settings = {
bloopSbtAlreadyInstalled = true;
config.settings = {
defaultBspToBuildTool = true;
enableBestEffort = true;
excludedPackages = [
@ -90,7 +89,7 @@
# Swift/iOS development
sourcekit = {
enable = true;
settings = {
config = {
cmd = [
"xcrun"
"sourcekit-lsp"

View file

@ -14,11 +14,13 @@
plugins.neo-tree = {
enable = true;
closeIfLastWindow = true;
window = {
width = 30;
autoExpandWidth = true;
position = "right";
settings = {
close_if_last_window = true;
window = {
width = 30;
autoExpandWidth = true;
position = "right";
};
};
};
};