From 51064240f6c728ad985a0a88b322918573c4045e Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Wed, 3 Dec 2025 23:44:43 +0530 Subject: Updates --- .config/htop/htoprc | 7 ++++--- .config/nvim/init.lua | 13 +++---------- .gitmodules | 4 +++- .local/share/meson/cross/mingw-64.txt | 2 +- .../share/nvim/site/pack/plugins/start/mason-lspconfig.nvim | 1 + 5 files changed, 12 insertions(+), 15 deletions(-) create mode 160000 .local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 75d1ae4..3cdce1a 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,6 +1,6 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -htop_version=3.3.0 +htop_version=3.4.1-3.4.1 config_reader_min_version=3 fields=0 48 17 18 38 39 40 2 46 47 49 1 hide_kernel_threads=1 @@ -27,6 +27,7 @@ show_cpu_usage=1 show_cpu_frequency=1 show_cpu_temperature=1 degree_fahrenheit=0 +show_cached_memory=1 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 @@ -42,7 +43,7 @@ tree_view=1 sort_key=47 tree_sort_key=47 sort_direction=-1 -tree_sort_direction=1 +tree_sort_direction=-1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command @@ -51,7 +52,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P .tree_view_always_by_pid=0 .tree_view=1 .sort_direction=-1 -.tree_sort_direction=1 +.tree_sort_direction=-1 .all_branches_collapsed=0 screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command .sort_key=IO_RATE diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 760c009..275c609 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1,8 +1,5 @@ vim.loader.enable() -vim.g.mapleader = ' ' -vim.g.maplocalleader = ' ' - vim.o.number = true vim.o.relativenumber = true vim.o.title = true @@ -19,7 +16,8 @@ vim.g.netrw_winsize = 30 vim.g.loaded_node_provider = 0 vim.g.loaded_perl_provider = 0 -vim.g.loaded_python_provider = 0 +vim.g.loaded_ruby_provider = 0 +vim.g.loaded_python3_provider = 0 vim.o.list = true vim.o.mouse = 'a' @@ -61,6 +59,7 @@ for _, value in ipairs({ end require 'mason'.setup {} +require 'mason-lspconfig'.setup {} require 'nvim-treesitter'.update() @@ -103,11 +102,5 @@ vim.lsp.enable { "lua_ls", "gopls", "clangd", - "mesonlsp", "ts_ls", - "html", - "cssls", - "jsonls", - "ruff", - "basedpyright", } diff --git a/.gitmodules b/.gitmodules index e1fb32f..90eac5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,9 @@ [submodule "nvim-lspconfig"] path = .local/share/nvim/site/pack/plugins/start/nvim-lspconfig url = https://github.com/neovim/nvim-lspconfig +[submodule "mason-lspconfig.nvim"] + path = /home/mboocha/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim + url = https://github.com/mason-org/mason-lspconfig.nvim.git [submodule "zsh-completions"] path = .zfunc/zsh-completions url = https://github.com/zsh-users/zsh-completions.git - diff --git a/.local/share/meson/cross/mingw-64.txt b/.local/share/meson/cross/mingw-64.txt index 458d8ef..f898c95 100644 --- a/.local/share/meson/cross/mingw-64.txt +++ b/.local/share/meson/cross/mingw-64.txt @@ -4,7 +4,7 @@ cpp='x86_64-w64-mingw32-g++' objc='x86_64-w64-mingw32-gcc' ar='x86_64-w64-mingw32-ar' strip='x86_64-w64-mingw32-strip' -pkgconfig='x86_64-w64-mingw32-pkg-config' +pkg-config='x86_64-w64-mingw32-pkg-config' windres='x86_64-w64-mingw32-windres' exe_wrapper='wine64' cmake='cmake' diff --git a/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim b/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim new file mode 160000 index 0000000..f760507 --- /dev/null +++ b/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim @@ -0,0 +1 @@ +Subproject commit f760507df8c49a4bf46a4d12e1fc616797508979 -- cgit v1.2.3-70-g09d2