Add nvim-spectre

main
Ensar Sarajčić 2024-02-08 11:31:17 +01:00
parent 9e437d1868
commit a33e1b4786
7 changed files with 12 additions and 2 deletions

View File

@ -38,6 +38,7 @@ return require("lazy").setup({
"j-hui/fidget.nvim", -- notifications UI
"MunifTanjim/nui.nvim", -- General UI
"jiangmiao/auto-pairs", -- Autoclosing of brackets and quotes
"nvim-pack/nvim-spectre", -- Find and replace
-- Tools
"direnv/direnv.vim", -- Integration with Direnv

View File

@ -71,6 +71,7 @@ local servers = {
"tsserver",
"vale_ls",
"vimls",
"wgsl_analyzer",
"zls",
}
for _, lsp in ipairs(servers) do

View File

@ -0,0 +1,3 @@
vim.keymap.set("n", "<C-M-R>", function()
require("spectre").toggle()
end)

View File

@ -6,6 +6,7 @@ assign [class="discord"] $chat_workspace
assign [instance="element"] $chat_workspace
assign [class="Gvim"] $editor_workspace
assign [class="jetbrains-idea-ce"] $ide_workspace
assign [class="jetbrains-idea"] $ide_workspace
assign [class="libreoffice"] $note_workspace
assign [class="jetbrains-studio"] $ide_workspace
assign [class="jetbrains-rider"] $ide_workspace

View File

@ -1,7 +1,7 @@
{
"blacklisted-desktop-dirs": "/usr/share/locale:/usr/share/app-install:/usr/share/kservices5:/usr/share/fk5:/usr/share/kservicetypes5:/usr/share/applications/screensavers:/usr/share/kde4:/usr/share/mimelnk",
"clear-previous-query": true,
"disable-desktop-filters": false,
"disable-desktop-filters": true,
"grab-mouse-pointer": false,
"hotkey-show-app": "Super_Lspace",
"render-on-screen": "mouse-pointer-monitor",

View File

@ -125,7 +125,7 @@
"sway/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"persistent_workspaces": {
"persistent-workspaces": {
"": []
},
"format": "{icon}{name}",

View File

@ -56,6 +56,10 @@
font-size: 14px;
}
#workspaces {
font-family: SauceCodePro Nerd Font;
}
/* Each module */
#battery,
#clock,