some nvim and vscode changes

This commit is contained in:
cy 2025-01-13 15:13:10 -05:00
parent 88e38e36ec
commit 8c8d0fbb56
2 changed files with 11 additions and 2 deletions

View file

@ -147,7 +147,7 @@
servers = {
bashls.enable = true;
lua_ls.enable = true;
nil_ls.enable = true;
nixd.enable = true;
rust_analyzer = {
enable = true;
installRustc = true;
@ -170,7 +170,8 @@
plugins.neo-tree = {
enable = true;
closeIfLastWindow = true;
buffers.followCurrentFile.enabled = true;
window.width = 30;
};
plugins.cmp-buffer.enable = true;