feat: switch from rofi to wofi

This commit is contained in:
2021-11-28 16:19:50 +01:00
parent c990dffd96
commit 66585f6d20
14 changed files with 910 additions and 62 deletions

View File

@ -25,6 +25,7 @@ return require("packer").startup(function()
use "tpope/vim-fugitive"
use "tpope/vim-surround"
use "lambdalisue/suda.vim"
use "editorconfig/editorconfig-vim"
-- Code Navigation
@ -55,7 +56,8 @@ return require("packer").startup(function()
}
-- Syntax / Autocomplete
use "neovim/nvim-lspconfig"
use "terminalnode/sway-vim-syntax"
use "neovim/nvim-lspconfig"
use "github/copilot.vim"
use "hrsh7th/nvim-cmp"
use "hrsh7th/cmp-nvim-lsp"